From: Bruce Momjian Date: Thu, 3 May 2001 19:20:24 +0000 (+0000) Subject: apply a little patch: X-Git-Tag: REL7_1_1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f8e21c34a330635e0914c9e5667c097b1f232f1;p=thirdparty%2Fpostgresql.git apply a little patch: Oleg Bartunov --- diff --git a/src/test/locale/test-ctype.c b/src/test/locale/test-ctype.c index 93358bf9de4..8cf5e17da7f 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);