diff options
| author | jhurst <jhurst@cinecert.com> | 2007-06-13 22:15:44 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-06-13 22:15:44 +0000 |
| commit | c8a8baa243132a938fe4bbfc06a7afe980aa07e6 (patch) | |
| tree | 32171e08df96bb496ccd1a75d2840fce7d0b8781 /src/KM_xml.cpp | |
| parent | 6c4db45a3a01b25d9ba3cd4c78210559d7131c60 (diff) | |
oops
Diffstat (limited to 'src/KM_xml.cpp')
| -rw-r--r-- | src/KM_xml.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; } |
