]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an uninitialized variable. The variable was harmless, but pedantic
authordrh <drh@noemail.net>
Mon, 21 Jun 2004 18:14:45 +0000 (18:14 +0000)
committerdrh <drh@noemail.net>
Mon, 21 Jun 2004 18:14:45 +0000 (18:14 +0000)
commitda71ce1623ba57f969f3f378c9896f12ef57a2fc
tree26d0756fe58ff431e4a9f66323ec4619dc526842
parentda95f8a67f75c245eb4f656cff84b704ed7a4520
Fix an uninitialized variable.  The variable was harmless, but pedantic
error checking in MSVC raised an exception on it. (CVS 1651)

FossilOrigin-Name: afc398c2ca97ff165ea8242a5ffb8b6374b7fa8f
12 files changed:
manifest
manifest.uuid
src/build.c
src/delete.c
src/os_unix.c
src/os_unix.h
src/os_win.c
src/os_win.h
src/pager.c
src/test2.c
src/vdbeaux.c
test/attach2.test