Commit 3f8e21c3 authored by Bruce Momjian's avatar Bruce Momjian

apply a little patch:

Oleg Bartunov
parent 2792374c
...@@ -39,7 +39,7 @@ flag(int b) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment