We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcd257 commit bbe7edaCopy full SHA for bbe7eda
src/request_body_processor/xml.cc
@@ -65,7 +65,7 @@ class MSCSAXHandler {
65
exit(1);
66
} */
67
// if it's not the first (root) item, then append a '.'
68
- // note, this can't occur because there is always a pseudo root element: 'xml'
+ // note, the condition should always be true because there is always a pseudo root element: 'xml'
69
if (xml_data->nodes.size() > 1) {
70
xml_data->currpath.append(".");
71
xml_data->nodes[xml_data->nodes.size()-1]->has_child = true;
0 commit comments