mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Double quote already added, so don't add it here
This commit is contained in:
parent
2d7e7507e7
commit
f2639d44be
@ -718,9 +718,9 @@ void MenuBrowseImageFile(char drive, bool arc, bool boot, bool multiple) {
|
||||
temp_str[0]=drive;
|
||||
temp_str[1]=' ';
|
||||
strcat(mountstring,temp_str);
|
||||
if (!multiple) strcat(mountstring,"\"");
|
||||
//if (!multiple) strcat(mountstring,"\"");
|
||||
strcat(mountstring,files.size()?files.c_str():fname.c_str());
|
||||
if(!multiple) strcat(mountstring, "\"");
|
||||
//if(!multiple) strcat(mountstring, "\"");
|
||||
if(mountiro[drive - 'A']) strcat(mountstring, " -ro");
|
||||
if(boot) {
|
||||
strcat(mountstring, " -u");
|
||||
|
Loading…
x
Reference in New Issue
Block a user