aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-armagetronad.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-05 19:52:59 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-05 19:52:59 +0000
commit45b8ffd1ec0e5056c208896ea89d98a956fe326c (patch)
tree5c927928abcf83a771f36eb1b95d0238f7f71bb2 /epan/dissectors/packet-armagetronad.c
parentf51d73bb5d59ce729bfcb643fba59d1de3ee7a67 (diff)
Remove depreciated functions g_string_sprint, g_string_sprintfa.
svn path=/trunk/; revision=25238
Diffstat (limited to 'epan/dissectors/packet-armagetronad.c')
-rw-r--r--epan/dissectors/packet-armagetronad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-armagetronad.c b/epan/dissectors/packet-armagetronad.c
index 479045c303..5a5326baaf 100644
--- a/epan/dissectors/packet-armagetronad.c
+++ b/epan/dissectors/packet-armagetronad.c
@@ -212,7 +212,7 @@ static gint add_message(tvbuff_t * tvb, gint offset, proto_tree * tree,
proto_tree_add_item(msg_tree, hf_armagetronad_descriptor_id, tvb,
offset, 2, FALSE);
if (info)
- g_string_sprintfa(info, "%s, ", descriptor);
+ g_string_append_printf(info, "%s, ", descriptor);
/* MessageID field */
proto_tree_add_item(msg_tree, hf_armagetronad_message_id, tvb,