chiark / gitweb /
Add missing casts to unsigned char inside ctype functions.
authorSimon Tatham <anakin@pobox.com>
Mon, 1 Feb 2016 19:06:36 +0000 (19:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 1 Feb 2016 19:06:36 +0000 (19:06 +0000)
commit59705cccd15227bb8f590147402660e4e6237e5f
tree3323152fc422441339859f3ec8119e6d1abac6e6
parent1d9d6cbf12733a0e157c6e06cdf1932db77d1cd9
Add missing casts to unsigned char inside ctype functions.

These are necessary because the argument to a ctype function cannot be
a negative value unless it's EOF. Thanks to Cygwin gcc for pointing
out the mistake, and to Patrick Shaughnessy for this patch.
palisade.c