diff --git a/data/core/common.lua b/data/core/common.lua index 3b1e7add..99e6ee5a 100644 --- a/data/core/common.lua +++ b/data/core/common.lua @@ -315,7 +315,7 @@ function common.normalize_path(filename) else local relpath = filename:match('^/(.+)') if relpath then - volume, filepath = "/", relpath + volume, filename = "/", relpath end end local parts = split_on_slash(filename, PATHSEP)