1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

DBD-SQLite: initialize a variable

This commit is contained in:
Kenichi Ishigaki 2009-04-05 13:26:48 +00:00
parent 12d7cdda62
commit aa9335b2af

View file

@ -343,7 +343,7 @@ sqlite_st_execute (SV *sth, imp_sth_t *imp_sth)
char *errmsg;
int num_params = DBIc_NUM_PARAMS(imp_sth);
int i;
int retval;
int retval = 0;
sqlite_trace(3, "execute");