Fix filename problem

Close #163
This commit is contained in:
Francesco Abbate
2021-05-01 19:27:29 +02:00
parent 857807b23a
commit 5766329313
4 changed files with 22 additions and 8 deletions
-1
View File
@@ -66,7 +66,6 @@ end
function Doc:set_filename(filename)
filename = common.normalize_path(filename)
self.filename = filename
self.abs_filename = common.home_encode(system.absolute_path(filename))
end