mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
plugins/data: check the rest of the paths too (nw)
This commit is contained in:
parent
a783bb3de4
commit
d090bbedb8
@ -38,7 +38,6 @@ function datfile.open(file, vertag, fixupcb)
|
|||||||
if fh then
|
if fh then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
return
|
|
||||||
end
|
end
|
||||||
-- remove unsafe chars from file for use in sql statement
|
-- remove unsafe chars from file for use in sql statement
|
||||||
file = file:gsub("[^%w%._]", "")
|
file = file:gsub("[^%w%._]", "")
|
||||||
|
Loading…
Reference in New Issue
Block a user