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
|
|
@ -166,7 +166,7 @@ fold(char *s, int n)
|
|||
fline = realloc(fline,n+1);
|
||||
linesize = n+1;
|
||||
}
|
||||
for(t=fline; *t++ = tolower(*s++); )
|
||||
for(t=fline; *t++ = tolower((uchar)*s++); )
|
||||
continue;
|
||||
/* we assume the 'A'-'Z' only appear as themselves
|
||||
* in a utf encoding.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue