Skip to content

Commit bbe7eda

Browse files
airweentheseion
andauthored
Update explanation
Co-authored-by: Max Leske <[email protected]>
1 parent 0fcd257 commit bbe7eda

File tree

1 file changed

+1
-1
lines changed
  • src/request_body_processor

1 file changed

+1
-1
lines changed

src/request_body_processor/xml.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class MSCSAXHandler {
6565
exit(1);
6666
} */
6767
// 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'
68+
// note, the condition should always be true because there is always a pseudo root element: 'xml'
6969
if (xml_data->nodes.size() > 1) {
7070
xml_data->currpath.append(".");
7171
xml_data->nodes[xml_data->nodes.size()-1]->has_child = true;

0 commit comments

Comments
 (0)