Fixed fs.getLabel

This commit is contained in:
Łukasz Magiera 2016-02-26 18:05:00 +01:00
parent 7368bd6168
commit bdf4bf7a67
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function filesystem.register(basePath, uuid)
return native.fs_lastModified(realpath(path))
end
function fs.getLabel()
return path --TODO: Implement, use real labels
return basePath --TODO: Implement, use real labels
end
function fs.remove(path) --TODO: TEST!!
checkArg(1, path, "string")