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
|
|
@ -57,7 +57,7 @@ encodefmt(Fmt *f)
|
|||
rv = enc16(out, len, b, ilen);
|
||||
if(rv >= 0 && (f->flags & FmtLong))
|
||||
for(p = buf; *p; p++)
|
||||
*p = tolower(*p);
|
||||
*p = tolower((uchar)*p);
|
||||
break;
|
||||
default:
|
||||
rv = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue