]> granicus.if.org Git - libexpat/commitdiff
Fix bug with XML_UNICODE
authorJames Clark <jjc@jclark.com>
Sat, 26 Jun 1999 12:10:00 +0000 (12:10 +0000)
committerJames Clark <jjc@jclark.com>
Sat, 26 Jun 1999 12:10:00 +0000 (12:10 +0000)
expat/xmlwf/xmlwf.c

index f52b2f79da0da665545eec2b2a75acac4a8f760c..f79c946b4a8df016de05d0a56f25d4de1a8d5835 100755 (executable)
@@ -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));