diff options
author | lordjaxom <lordjaxom> | 2004-12-12 19:53:30 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-12 19:53:30 +0000 |
commit | 3b0999969632e2820b846ca8adcef6b346ff7441 (patch) | |
tree | 1582ed7db886839ea06c226e228eade0516f60c2 /xml/string.c | |
parent | e4c359b5c303cecfc49fb82799805da9fee8dadb (diff) | |
download | vdr-plugin-text2skin-3b0999969632e2820b846ca8adcef6b346ff7441.tar.gz vdr-plugin-text2skin-3b0999969632e2820b846ca8adcef6b346ff7441.tar.bz2 |
1.0-pre3v1.0-pre3
Diffstat (limited to 'xml/string.c')
-rw-r--r-- | xml/string.c | 1 |
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]) { |