aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-06 05:50:31 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-06 05:50:31 +0000
commit0d234f1e2230891924c9841b1a04597ca91d2034 (patch)
tree055e8196b39b4bf1eb3fd838bbe6f9515aa80f1f /gtk/voip_calls.c
parent94ab014f04075a1fb203e7613a1b360aabfaa12c (diff)
Fix some of the Errors/warnings detected by checkapi.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25244 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/voip_calls.c')
-rw-r--r--gtk/voip_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index 51a20436cf..4704f0b34e 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -2832,7 +2832,7 @@ static int h248_calls_packet(void *ptr _U_, packet_info *pinfo, epan_dissect_t *
ctx_term;
ctx_term = ctx_term->next ) {
if ( ctx_term->term && ctx_term->term->str) {
- g_string_sprintfa(s," %s",ctx_term->term->str);
+ g_string_append_printf(s," %s",ctx_term->term->str);
}
}