mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
stupid copy/paste (nw)
This commit is contained in:
parent
e9e255c383
commit
694657af7c
@ -57,7 +57,6 @@ function timer.startplugin()
|
||||
end
|
||||
|
||||
local stmt, row
|
||||
-- Get the articles that are contained in the invoice table itself.
|
||||
stmt = db:prepare("SELECT total_time, play_count FROM timer WHERE driver = ? AND software = ?")
|
||||
stmt:bind_values(emu.romname(), emu.softname())
|
||||
if (stmt:step() == sqlite3.ROW) then
|
||||
|
Loading…
Reference in New Issue
Block a user