aboutsummaryrefslogtreecommitdiffstats
path: root/packet-text-media.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-02-16 18:47:57 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-02-16 18:47:57 +0000
commitfa18c6204748e0dca6bf3a70ca11836bf3433015 (patch)
treed8468d846cf8086159775b95654ab2202d60d75a /packet-text-media.c
parent126383282cfde34817ff42e005721d33c719f58b (diff)
Use col_append_sep_str() instead of col_append_str().
svn path=/trunk/; revision=10072
Diffstat (limited to 'packet-text-media.c')
-rw-r--r--packet-text-media.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-text-media.c b/packet-text-media.c
index 412f1b4eab..11f6e22f58 100644
--- a/packet-text-media.c
+++ b/packet-text-media.c
@@ -6,7 +6,7 @@
*
* (C) Olivier Biot, 2004 <Olivier.Biot (ad) siemens.com>
*
- * $Id: packet-text-media.c,v 1.4 2004/01/26 23:49:43 obiot Exp $
+ * $Id: packet-text-media.c,v 1.5 2004/02/16 18:47:57 obiot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -80,7 +80,8 @@ dissect_text_lines(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
if (data_name && check_col(pinfo->cinfo, COL_INFO))
- col_append_fstr(pinfo->cinfo, COL_INFO, " (%s)", data_name);
+ col_append_sep_fstr(pinfo->cinfo, COL_INFO, " ", "(%s)",
+ data_name);
if (tree) {
ti = proto_tree_add_item(tree, proto_text_lines,