mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-03-29 01:31:12 +00:00
Fix filefrompath()
This commit is contained in:
parent
602fd75509
commit
bba4570a93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user