fix filename display on windows
This commit is contained in:
parent
bd11dfb7ca
commit
82c859317b
1 changed files with 1 additions and 1 deletions
2
cimp.bas
2
cimp.bas
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue