From c8a8baa243132a938fe4bbfc06a7afe980aa07e6 Mon Sep 17 00:00:00 2001 From: jhurst Date: Wed, 13 Jun 2007 22:15:44 +0000 Subject: oops --- src/KM_xml.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/KM_xml.cpp') diff --git a/src/KM_xml.cpp b/src/KM_xml.cpp index 0310291..9c41512 100644 --- a/src/KM_xml.cpp +++ b/src/KM_xml.cpp @@ -442,7 +442,7 @@ xph_test_start(void* p, const XML_Char* name, const XML_Char** attrs) // bool -Kumu::XMLElement::TestString(const char* document, ui32_t len) +Kumu::StringIsXML(const char* document, ui32_t len) { if ( document == 0 ) return false; @@ -479,9 +479,9 @@ Kumu::XMLElement::ParseString(const std::string& document) // bool -Kumu::XMLElement::TestString(const char* document, ui32_t len) +Kumu::StringIsXML(const char* document, ui32_t len) { - DefaultLogSink().Error("asdcplib compiled without XML parser support.\n"); + DefaultLogSink().Error("Kumu compiled without XML parser support.\n"); return false; } -- cgit v1.2.3