mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
plugins/cheatfind: fix string formatting (nw)
This commit is contained in:
parent
0b3880b862
commit
c8f58a92e6
@ -533,7 +533,7 @@ function cheatfind.startplugin()
|
||||
count = count + #matches[#matches][num]
|
||||
end
|
||||
end
|
||||
manager:machine():popmessage(count .. _(" total matches found"))
|
||||
manager:machine():popmessage(string.format(_("%d total matches found"), count))
|
||||
matches[#matches].count = count
|
||||
matchpg = 0
|
||||
devsel = devcur
|
||||
|
Loading…
Reference in New Issue
Block a user