Fix error introduced with 43fc35d7
This commit is contained in:
parent
80db3cb027
commit
bed103b7a6
|
@ -315,7 +315,7 @@ function common.normalize_path(filename)
|
||||||
else
|
else
|
||||||
local relpath = filename:match('^/(.+)')
|
local relpath = filename:match('^/(.+)')
|
||||||
if relpath then
|
if relpath then
|
||||||
volume, filepath = "/", relpath
|
volume, filename = "/", relpath
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local parts = split_on_slash(filename, PATHSEP)
|
local parts = split_on_slash(filename, PATHSEP)
|
||||||
|
|
Loading…
Reference in New Issue