Skip to content

Commit

Permalink
xmlparse.c: Fix extraction of namespace prefix from XML name (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Jun 12, 2019
1 parent 5801a1b commit 11f8838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expat/lib/xmlparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -6071,7 +6071,7 @@ setElementTypePrefix(XML_Parser parser, ELEMENT_TYPE *elementType)
else
poolDiscard(&dtd->pool);
elementType->prefix = prefix;

break;
}
}
return 1;
Expand Down

0 comments on commit 11f8838

Please sign in to comment.