summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a2adc9d)
raw | patch | inline | side by side (parent: a2adc9d)
author | ishmal <ishmal@users.sourceforge.net> | |
Tue, 3 Apr 2007 18:07:06 +0000 (18:07 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Tue, 3 Apr 2007 18:07:06 +0000 (18:07 +0000) |
src/dom/minidom.cpp | patch | blob | history |
diff --git a/src/dom/minidom.cpp b/src/dom/minidom.cpp
index 20881b2ff7ed15a1e07598bf5c540b242a70b389..a0d24279fc24630ade65dcc170faa92e8ce042ba 100644 (file)
--- a/src/dom/minidom.cpp
+++ b/src/dom/minidom.cpp
p = getWord(p, closeTagName);
if (openTagName != closeTagName)
{
- error("Mismatched closing tag. Expected </%S>. Got '%S'.",
+ error("Mismatched closing tag. Expected </%s>. Got '%s'.",
openTagName.c_str(), closeTagName.c_str());
return p0;
}