Fixed issue with SIDPlay and loading file names that start with a number.
This commit is contained in:
parent
824e5da2ac
commit
7752ef3df7
1 changed files with 2 additions and 0 deletions
|
@ -1821,6 +1821,8 @@ void IEC_Commands::OpenFile()
|
|||
}
|
||||
if (*in == ':')
|
||||
in++;
|
||||
else
|
||||
in = (char*)channel.command;
|
||||
|
||||
text = ParseName((char*)in, filename, true, true);
|
||||
if (text)
|
||||
|
|
Loading…
Reference in a new issue