NetBSD-macppc ctype needs uchars.
This commit is contained in:
parent
94d85bc000
commit
3bd56b04a8
22 changed files with 55 additions and 56 deletions
|
|
@ -56,7 +56,7 @@ static void
|
|||
strtolower(char *s)
|
||||
{
|
||||
while(*s){
|
||||
*s = tolower(*s);
|
||||
*s = tolower((uchar)*s);
|
||||
s++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue