Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3f8e21c

Browse files
committed
apply a little patch:
Oleg Bartunov
1 parent 2792374 commit 3f8e21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/locale/test-ctype.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ flag(int b)
3939
void
4040
describe_char(int c)
4141
{
42-
char cp = c,
42+
unsigned char cp = c,
4343
up = toupper(c),
4444
lo = tolower(c);
4545

0 commit comments

Comments
 (0)