aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-19 02:09:52 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-19 02:09:52 +0000
commit9391dce6b256cf965c0ce360fd948d933501283d (patch)
tree4d4abd9b263cbaad0222688f3ba1bd4e91c6e299 /epan/dissectors/packet-xml.c
parent2bba6be84fe612e272d9b0388c0f51e8c4ef3ba8 (diff)
From Kovarththanan Rajaratnam via bug 3548:
More header_field_info cleanup. svn path=/trunk/; revision=28772
Diffstat (limited to 'epan/dissectors/packet-xml.c')
-rw-r--r--epan/dissectors/packet-xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xml.c b/epan/dissectors/packet-xml.c
index 32d2c3c58a..539a875f46 100644
--- a/epan/dissectors/packet-xml.c
+++ b/epan/dissectors/packet-xml.c
@@ -757,7 +757,7 @@ static void add_xml_field(GArray* hfs, int* p_id, gchar* name, gchar* fqn) {
hfri.hfinfo.display = BASE_NONE;
hfri.hfinfo.strings = NULL;
hfri.hfinfo.bitmask = 0x0;
- hfri.hfinfo.blurb = "";
+ hfri.hfinfo.blurb = NULL;
hfri.hfinfo.id = 0;
hfri.hfinfo.parent = 0;
hfri.hfinfo.ref_count = 0;