]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Replace a call to sprintf() with sqlite3MPrintf() since on some embedded
authordrh <drh@noemail.net>
Mon, 28 Nov 2005 12:36:35 +0000 (12:36 +0000)
committerdrh <drh@noemail.net>
Mon, 28 Nov 2005 12:36:35 +0000 (12:36 +0000)
commit9267bdcecdb472ee6d302e25fc27b6e936eb57a6
tree0a24b503c756abed1fae6b12a8ba641dd6127727
parent9a5f7474e37263b3a38c79a4b98f712a497ddd6e
Replace a call to sprintf() with sqlite3MPrintf() since on some embedded
platforms, sprintf() is busted.  Need to go through and do similar replacements
elsewhere in the code. (CVS 2790)

FossilOrigin-Name: 1b4f2d89bbe833359cefcea580783fd92aa7b8ab
manifest
manifest.uuid
src/expr.c