aboutsummaryrefslogtreecommitdiffstats
path: root/epan/xmlstub.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 19:49:07 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 19:49:07 +0000
commitaa47e6671bed073aa2728dcbf1a581909cfdc432 (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/xmlstub.c
parent6774b7e9b6ea400e1aa986e58848f0f5da28e77e (diff)
Ethereal->Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18234 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/xmlstub.c')
-rw-r--r--epan/xmlstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/xmlstub.c b/epan/xmlstub.c
index b0b8aa3f0d..9c2b8f2004 100644
--- a/epan/xmlstub.c
+++ b/epan/xmlstub.c
@@ -145,7 +145,7 @@ loadLibXML(void)
}
XmlStub.xmlSubstituteEntitiesDefault=(int(*)(int))symbol;
-#ifdef ETHEREAL_XML_DO_VALIDITY_CHECKING
+#ifdef WIRESHARK_XML_DO_VALIDITY_CHECKING
if (!g_module_symbol(handle, "xmlDoValidityCheckingDefaultValue", &symbol)) {
g_warning("Unable to find \"xmlDoValidityCheckingDefaultValue\"");
error=TRUE;