fixed an issue with path resolution

This commit is contained in:
Izaya 2017-08-01 18:13:31 +10:00
parent fcaf9dff75
commit a6323122ba
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ do
pt[#pt+1] = P
end
for i = 2, #pt do
spt=spt..pt[i]
spt=spt.."/"..pt[i]
end
return pt, pt[1], spt
end