aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-conference.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-xmpp-conference.c')
-rw-r--r--epan/dissectors/packet-xmpp-conference.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xmpp-conference.c b/epan/dissectors/packet-xmpp-conference.c
index a1d88b6635..666f2a548a 100644
--- a/epan/dissectors/packet-xmpp-conference.c
+++ b/epan/dissectors/packet-xmpp-conference.c
@@ -91,7 +91,7 @@ xmpp_conference_info(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, xmpp_e
/*{NAME, "sidebars-by-val", xmpp_conf_sidebars_by_val, ONE},*/
};
- col_append_fstr(pinfo->cinfo, COL_INFO, "CONFERENC-INFO ");
+ col_append_str(pinfo->cinfo, COL_INFO, "CONFERENC-INFO ");
cinfo_item = proto_tree_add_item(tree, hf_xmpp_conf_info, tvb, element->offset, element->length,
ENC_BIG_ENDIAN);