From 82c859317bb562c733155fcf2914e29ef51b3b0f Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:37:45 +0200 Subject: [PATCH] fix filename display on windows --- cimp.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cimp.bas b/cimp.bas index 6212930..c0209a1 100644 --- a/cimp.bas +++ b/cimp.bas @@ -371,7 +371,7 @@ while keyin<>27 _sndstop oldhandle _sndclose oldhandle state="playing " - songname=beforelast(".",afterlast("/",file(i))) + songname=beforelast(".",afterlast(slash,file(i))) playnext=0 else musichandle=oldhandle