We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7e98 commit 87cbf9eCopy full SHA for 87cbf9e
apache2/msc_xml.c
@@ -40,7 +40,7 @@ static void msc_xml_on_start_elementns(
40
int *new_stack_item = (int *)apr_array_push(xml_parser_state->has_child_stack);
41
*new_stack_item = 0;
42
xml_parser_state->depth++;
43
- // set null to the current value
+ // set the current value to null
44
// this is necessary because if there is any text between the tags (new line, etc)
45
// it will be added to the current value
46
xml_parser_state->currval = NULL;
0 commit comments