Introduced a new variable to hold currval length

This commit is contained in:
Ervin Hegedus
2025-06-24 21:34:12 +02:00
parent ca99ccd23f
commit 89d3ad38c5
2 changed files with 10 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ struct msc_xml_parser_state {
char * currpath;
char * currval;
size_t currpathbufflen;
size_t currvalbufflen;
apr_pool_t * mp;
};