mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Fix bug with XML_UNICODE
This commit is contained in:
parent
74ce84265d
commit
5799228346
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ void metaStartElement(XML_Parser parser, const XML_Char *name, const XML_Char **
|
|||
ftprintf(fp, T("<attribute name=\"%s\" value=\""), atts[0]);
|
||||
characterData(fp, atts[1], tcslen(atts[1]));
|
||||
if (atts >= specifiedAttsEnd)
|
||||
fputs(T("\" defaulted=\"yes\"/>\n"), fp);
|
||||
fputts(T("\" defaulted=\"yes\"/>\n"), fp);
|
||||
else
|
||||
fputts(T("\"/>\n"), fp);
|
||||
} while (*(atts += 2));
|
||||
|
|
Loading…
Add table
Reference in a new issue