X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/fecf1e4e7a32c7ca66cf18730c9034b4448380e4..2533d87d8779ba2520161c9d89bbc2d4e8b3c114:/projects/sgconf_xml/parser.cpp diff --git a/projects/sgconf_xml/parser.cpp b/projects/sgconf_xml/parser.cpp index 12a1c7a2..919a8c19 100644 --- 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) {