aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iapp.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-09 11:34:08 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-09 11:34:08 +0000
commit2913c7a1aa24a4f46d1e1a20f63f103c1bd9f003 (patch)
tree2f946c08733c637f0d9d56ae3d7ccd71f88727b0 /epan/dissectors/packet-iapp.c
parenta07dabf5688178eb628b8bc8096aec85c6141bf3 (diff)
coverity #5
bug causing cosmetic " " spaces to be missing between fields printed to the screen. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17545 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-iapp.c')
-rw-r--r--epan/dissectors/packet-iapp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-iapp.c b/epan/dissectors/packet-iapp.c
index 6d64e41216..c2c2871f0f 100644
--- a/epan/dissectors/packet-iapp.c
+++ b/epan/dissectors/packet-iapp.c
@@ -317,6 +317,7 @@ append_pduval_str(proto_item *ti, int type, int len, tvbuff_t *tvb, int offset,
if (!first)
proto_item_append_text(ti, " ");
proto_item_append_text(ti, "%s", strval);
+ first=0;
}
}
proto_item_append_text(ti, ")");