I just hate to be pushed around by some @#$%^& machine.
This commit is contained in:
parent
86a1a5e7b3
commit
1c171e3add
15 changed files with 29 additions and 29 deletions
|
|
@ -11,5 +11,5 @@ s_tolower(String *sp)
|
|||
char *cp;
|
||||
|
||||
for(cp=sp->ptr; *cp; cp++)
|
||||
*cp = tolower(*cp);
|
||||
*cp = tolower((uchar)*cp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue