From a79bf60aff51be43da03dbeff30ac99b2ca724a5 Mon Sep 17 00:00:00 2001 From: wmeier Date: Tue, 14 Apr 2009 18:31:02 +0000 Subject: ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL); ep_strbuf_append() --> ep_strbuf_append_c() in a few cases. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28052 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-pim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-pim.c') diff --git a/epan/dissectors/packet-pim.c b/epan/dissectors/packet-pim.c index de439bdad8..005f751042 100644 --- a/epan/dissectors/packet-pim.c +++ b/epan/dissectors/packet-pim.c @@ -507,7 +507,7 @@ dissect_pim_addr(tvbuff_t *tvb, int offset, enum pimv2_addrtype at, return NULL; } - strbuf = ep_strbuf_new_label(""); + strbuf = ep_strbuf_new_label(NULL); switch (at) { case pimv2_unicast: switch (af) { -- cgit v1.2.3