OSDN Git Service

Fix portability bugs: char values passed to <ctype.h> functions must
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jan 2004 04:17:01 +0000 (04:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Jan 2004 04:17:01 +0000 (04:17 +0000)
commit4351f8823df53cffdea5960c93e867f498cd9bff
tree300703feb6b037113fd552243a5847a92b8a4d58
parent558ed5aee111823629246a986a416b55862253ba
Fix portability bugs: char values passed to <ctype.h> functions must
be cast to unsigned char.  We have learned this the hard way before.
src/interfaces/ecpg/compatlib/informix.c
src/interfaces/ecpg/pgtypeslib/datetime.c