From 87cbf9ea2e66c0e7a5336fc9118c9b83d8c9504e Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Wed, 30 Apr 2025 08:50:55 +0200 Subject: [PATCH] Update explanation Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- apache2/msc_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/msc_xml.c b/apache2/msc_xml.c index 4413b17a..8b0fa766 100644 --- a/apache2/msc_xml.c +++ b/apache2/msc_xml.c @@ -40,7 +40,7 @@ static void msc_xml_on_start_elementns( int *new_stack_item = (int *)apr_array_push(xml_parser_state->has_child_stack); *new_stack_item = 0; xml_parser_state->depth++; - // set null to the current value + // set the current value to null // this is necessary because if there is any text between the tags (new line, etc) // it will be added to the current value xml_parser_state->currval = NULL;