From 3f8e21c34a330635e0914c9e5667c097b1f232f1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 3 May 2001 19:20:24 +0000 Subject: [PATCH] apply a little patch: Oleg Bartunov --- src/test/locale/test-ctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c index 93358bf9de..8cf5e17da7 100644 --- a/src/test/locale/test-ctype.c +++ b/src/test/locale/test-ctype.c @@ -39,7 +39,7 @@ flag(int b) void describe_char(int c) { - char cp = c, + unsigned char cp = c, up = toupper(c), lo = tolower(c);