git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Code cleanup for mod_auth_ao
[stg.git]
/
projects
/
sgconf_xml
/
parser.cpp
diff --git
a/projects/sgconf_xml/parser.cpp
b/projects/sgconf_xml/parser.cpp
index 12a1c7a2d4bb171948167762548047a23e3dd747..919a8c19dab273125d3de0fffbef9f2663232c26 100644
(file)
--- a/
projects/sgconf_xml/parser.cpp
+++ b/
projects/sgconf_xml/parser.cpp
@@
-162,7
+162,7
@@
while (n != ans->end())
if (++n == ans->end())
done = 1;
-
n--
;
+
--n
;
if (XML_Parse(parser, n->c_str(), len, done) == XML_STATUS_ERROR)
{