Skip to content

Commit 9fb9165

Browse files
committed
parser: Fix msvc build error.
1 parent 214fe3e commit 9fb9165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9888,7 +9888,7 @@ xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref,
98889888
if (defaults != NULL) {
98899889
for (i = 0; i < defaults->nbAttrs; i++) {
98909890
xmlDefAttr *attr = &defaults->attrs[i];
9891-
const xmlChar *nsuri;
9891+
const xmlChar *nsuri = NULL;
98929892
unsigned hashValue, uriHashValue;
98939893
int res;
98949894

0 commit comments

Comments
 (0)