1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-08-07 18:25:03 +00:00

Fix filefrompath()

This commit is contained in:
David Schmenk
2022-12-31 14:57:08 -08:00
parent 602fd75509
commit bba4570a93

View File

@@ -70,7 +70,7 @@ end
def filefrompath(filestr, pathstr)#0
byte i
for i = ^pathstr + 1 downto 1
for i = ^pathstr downto 1
if pathstr->[i] == '/'
break
fin