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

trunk/src/lib/lua/lib/lsqlite3.c
r30989r30990
205205}
206206
207207static int stepvm(lua_State *L, sdb_vm *svm) {
208    int result;
208    int result = 0;
209209    int loop_limit = 3;
210210    while ( loop_limit-- ) {
211211        result = sqlite3_step(svm->vm);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team