NetBSD-macppc ctype needs uchars.
This commit is contained in:
parent
94d85bc000
commit
3bd56b04a8
22 changed files with 55 additions and 56 deletions
|
|
@ -107,7 +107,7 @@ scanflag(int c, char *f)
|
|||
fc=*f++;
|
||||
if(*f==':'){
|
||||
f++;
|
||||
if(!isdigit(*f)){ reason=FLAGSYN; return -1; }
|
||||
if(!isdigit((uchar)*f)){ reason=FLAGSYN; return -1; }
|
||||
count=strtol(f, &f, 10);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue