apply a little patch:
Oleg Bartunov
This commit is contained in:
parent
2792374cff
commit
3f8e21c34a
@ -39,7 +39,7 @@ flag(int b)
|
|||||||
void
|
void
|
||||||
describe_char(int c)
|
describe_char(int c)
|
||||||
{
|
{
|
||||||
char cp = c,
|
unsigned char cp = c,
|
||||||
up = toupper(c),
|
up = toupper(c),
|
||||||
lo = tolower(c);
|
lo = tolower(c);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user