git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: f1be740) | patch
Fix unportable use of isprint().
2021年3月31日 21:14:16 +0000 (17:14 -0400)
2021年3月31日 21:14:16 +0000 (17:14 -0400)
commit 9e20406dd847d0f8c1cbd803786c6d0ad33bcbdd
Fix unportable use of isprint().

We must cast the arguments of <ctype.h> functions to unsigned
char to avoid problems where char is signed.

Speaking of which, considering that this *is* a <ctype.h> function,
it's rather remarkable that we aren't seeing more complaints about
not having included that header.

Per buildfarm.
src/interfaces/libpq/fe-trace.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /