*** output2.c.org Sat Mar 16 12:42:54 2002 --- output2.c Sat Mar 16 12:45:10 2002 *************** *** 273,279 **** char *w = w1; int len = 0; ! if (outstyle != HTML || multibyte) fputs(s, outf); else { for (c = s; *c != '\0'; c++) { --- 273,279 ---- char *w = w1; int len = 0; ! if (outstyle != HTML) fputs(s, outf); else { for (c = s; *c != '\0'; c++) {