]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes some offset and amount parameters from "int" to "u32" to avoid
authordrh <drh@noemail.net>
Thu, 21 Nov 2013 21:59:53 +0000 (21:59 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Nov 2013 21:59:53 +0000 (21:59 +0000)
commit501932ca68958aa554e32ad1a429c399a8e90bb6
tree9e38151642a707e4a3779c9669c4757cb7cfe61e
parent7a909855f29e82a0b761088204d8e89142973ca0
Changes some offset and amount parameters from "int" to "u32" to avoid
harmless signed/unsigned comparison warnings.

FossilOrigin-Name: 4e8c5d0795cb7c603182bfa70f3855d654f0997e
manifest
manifest.uuid
src/btree.c
src/btree.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c