diff -r 26645d81f48d -r cc28652e0254 persistentstorage/sql/SQLite/select.c --- a/persistentstorage/sql/SQLite/select.c Tue Aug 31 16:57:14 2010 +0300 +++ b/persistentstorage/sql/SQLite/select.c Wed Sep 01 12:39:58 2010 +0100 @@ -2467,7 +2467,7 @@ int regOutA; /* Address register for the output-A subroutine */ int regOutB; /* Address register for the output-B subroutine */ int addrOutA; /* Address of the output-A subroutine */ - int addrOutB = 0; /* Address of the output-B subroutine */ + int addrOutB; /* Address of the output-B subroutine */ int addrEofA; /* Address of the select-A-exhausted subroutine */ int addrEofB; /* Address of the select-B-exhausted subroutine */ int addrAltB; /* Address of the A