]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure the argument to ctype.h macros is always an unsigned character.
authordrh <drh@noemail.net>
Sun, 8 Aug 2004 20:22:17 +0000 (20:22 +0000)
committerdrh <drh@noemail.net>
Sun, 8 Aug 2004 20:22:17 +0000 (20:22 +0000)
commit4c755c0f53b0dda851b356ac2c41db28a73ef591
tree706f512379d67e698fcdc1962cc4f749183961ad
parent8dcd7cab83d991f34e3746b374f540ee9686663c
Make sure the argument to ctype.h macros is always an unsigned character.
Ticket #839. (CVS 1881)

FossilOrigin-Name: b065973898c06a81c69b70b3fa91c79334bd9b9a
13 files changed:
manifest
manifest.uuid
src/build.c
src/date.c
src/expr.c
src/func.c
src/legacy.c
src/pragma.c
src/shell.c
src/sqliteInt.h
src/test4.c
src/util.c
src/vdbeaux.c