Fix bug in normalizing CRs in PIs

This commit is contained in:
James Clark 1998-02-08 08:08:44 +00:00
parent eb791c7b7e
commit 7e9d3e8571

View File

@ -1336,8 +1336,9 @@ normalizeLines(char *s)
s++; s++;
} }
else else
*s++ = *p++; *p++ = *s++;
} }
*p = '\0';
} }
static int static int