I just hate to be pushed around by some @#$%^& machine.

This commit is contained in:
rsc 2005-07-19 18:00:07 +00:00
parent 86a1a5e7b3
commit 1c171e3add
15 changed files with 29 additions and 29 deletions

View file

@ -34,7 +34,7 @@ main(int argc, char *argv[])
f = 0;
while(argc > 1) {
if(*argv[1] == '-') {
if(isdigit(argv[1][1]))
if(isdigit((uchar)argv[1][1]))
fields = atoi(&argv[1][1]);
else
mode = argv[1][1];