mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Fix typo with -m option
This commit is contained in:
parent
5c3919e6bf
commit
42bd1cb01c
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ void metaStartElement(XML_Parser parser, const XML_Char *name, const XML_Char **
|
|||
if (*atts) {
|
||||
fputts(T(">\n"), fp);
|
||||
do {
|
||||
ftprintf(fp, T("<starttag name=\"%s\" value=\""), atts[0]);
|
||||
ftprintf(fp, T("<attribute name=\"%s\" value=\""), atts[0]);
|
||||
characterData(fp, atts[1], tcslen(atts[1]));
|
||||
fputts(T("\"/>\n"), fp);
|
||||
} while (*(atts += 2));
|
||||
|
|
Loading…
Add table
Reference in a new issue