]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix sqlite3Atoi64 to return true if handed a number of all zeros. The
authordrh <drh@noemail.net>
Mon, 19 May 2008 15:54:59 +0000 (15:54 +0000)
committerdrh <drh@noemail.net>
Mon, 19 May 2008 15:54:59 +0000 (15:54 +0000)
commit4b81592a28897e57e078622abd8c9df8a7973d95
tree0786ea13dec436664474db75c7a545936957c93d
parent9a855cf852442ada8b4a0db113b0a8a91cff0bd9
Fix sqlite3Atoi64 to return true if handed a number of all zeros.  The
failure to do this is benign as sqlite3Atoi64() is current used, but that
might change in the future so it is good to go ahead and fix the function
to return the correct result. (CVS 5142)

FossilOrigin-Name: bc90787583dd2dadff72d516de9720d4a36e7fd2
manifest
manifest.uuid
src/util.c