| Previous | 199869 Revisions | Next |
| r30990 Monday 16th June, 2014 at 07:26:06 UTC by Oliver Stöneberg |
|---|
| fixed Visual Studio compiler warning in src/lib/lua/lib/lsqlite3.c (nw) |
| [src/lib/lua/lib] | lsqlite3.c |
| r30989 | r30990 | |
|---|---|---|
| 205 | 205 | } |
| 206 | 206 | |
| 207 | 207 | static int stepvm(lua_State *L, sdb_vm *svm) { |
| 208 | int result; | |
| 208 | int result = 0; | |
| 209 | 209 | int loop_limit = 3; |
| 210 | 210 | while ( loop_limit-- ) { |
| 211 | 211 | result = sqlite3_step(svm->vm); |
| Previous | 199869 Revisions | Next |