summaryrefslogtreecommitdiff
path: root/gtk/voip_calls.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-03-11 07:35:43 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-03-11 07:35:43 +0000
commit6acffc23573f012f42f23792eec843d4da1188c4 (patch)
treecb857445b740fc85f4816131e9a1fe564ae5dae8 /gtk/voip_calls.c
parent564846935aa17f6822688bdb60c13f80cd6ea520 (diff)
downloadwireshark-6acffc23573f012f42f23792eec843d4da1188c4.tar.gz
Get the build going again on non-Windows compilers.
svn path=/trunk/; revision=27697
Diffstat (limited to 'gtk/voip_calls.c')
-rw-r--r--gtk/voip_calls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index e89ab2ee85..9aee20d43a 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -124,7 +124,7 @@ static h245_labels_t h245_labels;
/****************************************************************************/
/* the one and only global voip_calls_tapinfo_t structure */
static voip_calls_tapinfo_t the_tapinfo_struct =
- {0, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
+ {0, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
/* the one and only global voip_rtp_tapinfo_t structure */
static voip_rtp_tapinfo_t the_tapinfo_rtp_struct =
@@ -3888,7 +3888,7 @@ iax2_calls_init_tap(void)
voip_calls_dlg_draw
);
if (error_string != NULL) {
- simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK,
+ simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK, "%s",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);