fix filename display on windows

This commit is contained in:
visionmercer 2026-06-24 13:37:45 +02:00
commit 82c859317b

View file

@ -371,7 +371,7 @@ while keyin<>27
_sndstop oldhandle _sndstop oldhandle
_sndclose oldhandle _sndclose oldhandle
state="playing " state="playing "
songname=beforelast(".",afterlast("/",file(i))) songname=beforelast(".",afterlast(slash,file(i)))
playnext=0 playnext=0
else else
musichandle=oldhandle musichandle=oldhandle