]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Always use "(char*)0" to terminate the argument list of sqliteSetString().
authordrh <drh@noemail.net>
Sat, 6 Dec 2003 21:43:55 +0000 (21:43 +0000)
committerdrh <drh@noemail.net>
Sat, 6 Dec 2003 21:43:55 +0000 (21:43 +0000)
commit41743984bf57abf76e04cab439740d4f3f50e710
tree1732754ca7ccf7812be0db14537f09be25b8694e
parent3a6629d27ee0d4d2fb98dcfdab28d1909fc2f672
Always use "(char*)0" to terminate the argument list of sqliteSetString().
This is needed for 64-bit systems that use a 32-bit integer by default. (CVS 1126)

FossilOrigin-Name: 656c90387a4a714b4f31040ece9b0e15e30934af
15 files changed:
manifest
manifest.uuid
src/auth.c
src/btree.c
src/btree_rb.c
src/build.c
src/insert.c
src/main.c
src/os.c
src/parse.y
src/table.c
src/tokenize.c
src/vdbe.c
src/vdbeaux.c
src/where.c