diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-11-17 08:47:27 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-11-17 08:47:27 +0000 |
commit | 9c06ca976e94c1a89fbc28fa3930966b395ff07c (patch) | |
tree | a2a5a8829e318746900c8ab9702da0fcc802c3ee /epan/dissectors/packet-bacapp.c | |
parent | 44ee17f2d64dd266f9f94651d0ea8e1505b7a994 (diff) | |
download | wireshark-9c06ca976e94c1a89fbc28fa3930966b395ff07c.tar.gz wireshark-9c06ca976e94c1a89fbc28fa3930966b395ff07c.tar.bz2 wireshark-9c06ca976e94c1a89fbc28fa3930966b395ff07c.zip |
Added format argument.
svn path=/trunk/; revision=30986
Diffstat (limited to 'epan/dissectors/packet-bacapp.c')
-rw-r--r-- | epan/dissectors/packet-bacapp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bacapp.c b/epan/dissectors/packet-bacapp.c index 50fe3fc452..40f40bb506 100644 --- a/epan/dissectors/packet-bacapp.c +++ b/epan/dissectors/packet-bacapp.c @@ -4631,7 +4631,7 @@ fMacAddress (tvbuff_t *tvb, proto_tree *tree, guint offset, const gchar *label, offset += fTagHeader (tvb, offset, &tag_no, &tag_info, &lvt); - ti = proto_tree_add_text(tree, tvb, offset, 6, label); /* just add the label, with the tagHeader information in its subtree */ + ti = proto_tree_add_text(tree, tvb, offset, 6, "%s", label); /* just add the label, with the tagHeader information in its subtree */ if (lvt > 0) { |