We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2792374 commit 3f8e21cCopy full SHA for 3f8e21c
src/test/locale/test-ctype.c
@@ -39,7 +39,7 @@ flag(int b)
39
void
40
describe_char(int c)
41
{
42
- char cp = c,
+ unsigned char cp = c,
43
up = toupper(c),
44
lo = tolower(c);
45
0 commit comments