mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53: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
|
||||
break
|
||||
end
|
||||
return
|
||||
end
|
||||
-- remove unsafe chars from file for use in sql statement
|
||||
file = file:gsub("[^%w%._]", "")
|
||||
|
Loading…
Reference in New Issue
Block a user