Skip to content

Commit

Permalink
VLCSub: Add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Apr 9, 2018
1 parent db239be commit 37189af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/lua/extensions/VLSub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ function dump_zip(url, dir, subfileName)
return false
end

local tmpFileName = dir..subfileName..".gz"
local tmpFileName = dir.."/"..subfileName..".gz"
if not file_touch(tmpFileName) then
return false
end
Expand Down

0 comments on commit 37189af

Please sign in to comment.