mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
oops2 (nw)
This commit is contained in:
parent
8c25dcb7d9
commit
6072f32c4a
@ -133,7 +133,7 @@ function dat.check(set, softlist)
|
||||
local stmt = db.prepare("SELECT data FROM \"scores3.htm\" AS f WHERE romset = ?")
|
||||
db.check("reading marp data")
|
||||
stmt:bind_values(set)
|
||||
if stmt:step() == sql.ROW then
|
||||
if stmt:step() == db.ROW then
|
||||
info = "#j2\n" .. stmt:get_value(0)
|
||||
end
|
||||
stmt:finalize()
|
||||
|
Loading…
Reference in New Issue
Block a user