Changeset - f2eb8c0d163e
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-05-20 13:05:47
hanzz.k@gmail.com
reset statement in BEGIN_STATEMENT
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/sqlite3backend.cpp
Show inline comments
 
@@ -41,7 +41,7 @@
 
		sqlite3_finalize(prep); \
 
	}
 
	
 
#define BEGIN(STATEMENT) 	sqlite3_reset(m_addBuddy);\
 
#define BEGIN(STATEMENT) 	sqlite3_reset(STATEMENT);\
 
							int STATEMENT##_id = 1;\
 
							int STATEMENT##_id_get = 0;\
 
							(void)STATEMENT##_id_get;
0 comments (0 inline, 0 general)