=================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/crt0/c1args.c,v retrieving revision 1.6 retrieving revision 1.7 diff -p -u -r1.6 -r1.7 --- djgpp/src/libc/crt0/c1args.c 1999/06/03 17:27:35 1.6 +++ /cvs/djgpp/djgpp/src/libc/crt0/c1args.c 1999/06/14 16:20:40 1.7 @@ -119,7 +119,7 @@ parse_arg(char *bp, char *last, int unqu char *ep = bp, *epp = bp; int quote=0; - while ((quote || !isspace(*ep)) && ep < last) + while ((quote || !isspace(*(unsigned char *)ep)) && ep < last) { if (quote && *ep == quote) { @@ -168,7 +168,7 @@ parse_bytes(char *bytes, int length, int while (bp