summaryrefslogtreecommitdiff
path: root/xml/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/string.c')
-rw-r--r--xml/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml/string.c b/xml/string.c
index 051a003..269aa0f 100644
--- a/xml/string.c
+++ b/xml/string.c
@@ -91,6 +91,7 @@ bool cxString::Parse(const std::string &Text) {
int pos = -1;
txToken &lastToken = mTokens[mTokens.size() - 1];
+ Dprintf("assigning attrib: %.*s\n", ptr-last, last);
lastToken.Attrib.assign(last, ptr - last);
while ((pos = lastToken.Attrib.find('\\', pos + 1)) != -1) {
switch (lastToken.Attrib[pos + 1]) {