]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite3FixInit() routine cannot fail. So change the return type from "int"
authordrh <drh@noemail.net>
Thu, 3 Oct 2013 15:39:44 +0000 (15:39 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Oct 2013 15:39:44 +0000 (15:39 +0000)
commitd100f6912d3158f0753784a59f37e137438730fe
treee9e514913fdb311509bc6bc1d4da349ec46f0eb7
parentf63936e805e64801c5cf25f8dc1b36061d4a4f04
The sqlite3FixInit() routine cannot fail.  So change the return type from "int"
to "void".

FossilOrigin-Name: 500c5932fe3f5fcd0940522f7839d581c555e0eb
manifest
manifest.uuid
src/attach.c
src/build.c
src/sqliteInt.h
src/trigger.c