aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asf.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-10-15 20:44:03 +0000
committerBill Meier <wmeier@newsguy.com>2007-10-15 20:44:03 +0000
commit101d2e55f96687fa221b24d1fcf266819e1d67a8 (patch)
treeeccf2b9b9bfe6f0a050be6dbdb1aa93527d67897 /epan/dissectors/packet-asf.c
parent407faa6a2d506b021aca463fc001a56eb41886e3 (diff)
Fix col_add_str args; (I think this is correct)
svn path=/trunk/; revision=23194
Diffstat (limited to 'epan/dissectors/packet-asf.c')
-rw-r--r--epan/dissectors/packet-asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-asf.c b/epan/dissectors/packet-asf.c
index 6887017d9a..c8b8a888f8 100644
--- a/epan/dissectors/packet-asf.c
+++ b/epan/dissectors/packet-asf.c
@@ -91,7 +91,7 @@ dissect_asf(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
len = tvb_get_guint8(tvb, 7);
if (check_col(pinfo->cinfo, COL_INFO))
- col_add_str(pinfo->cinfo, COL_INFO, "%s",
+ col_add_str(pinfo->cinfo, COL_INFO,
val_to_str(type, asf_type_vals, "Unknown (0x%02x)"));
if (tree) {