*** output2.c.org Sat Mar 16 12:41:49 2002 --- output2.c Sat Mar 16 12:42:03 2002 *************** *** 246,252 **** char *w = w1; int len = 0; ! if (od->outstyle != HTML || multibyte) fputs(s, outf); else { for (c = s; *c != '\0'; c++) { --- 246,252 ---- char *w = w1; int len = 0; ! if (od->outstyle != HTML) fputs(s, outf); else { for (c = s; *c != '\0'; c++) {