| Previous | 199869 Revisions | Next |
| r30991 Monday 16th June, 2014 at 07:37:06 UTC by Oliver Stöneberg |
|---|
| added comment to lua modification (nw) |
| [src/lib/lua/lib] | lsqlite3.c |
| r30990 | r30991 | |
|---|---|---|
| 205 | 205 | } |
| 206 | 206 | |
| 207 | 207 | static int stepvm(lua_State *L, sdb_vm *svm) { |
| 208 | // MAME: fixed Visual Studio compiler warning lsqlite3.c(235) : warning C4701: potentially uninitialized local variable 'result' used | |
| 208 | 209 | int result = 0; |
| 209 | 210 | int loop_limit = 3; |
| 210 | 211 | while ( loop_limit-- ) { |
| Previous | 199869 Revisions | Next |