Double quote already added, so don't add it here

This commit is contained in:
maron2000 2025-01-25 22:03:59 +09:00
parent 2d7e7507e7
commit f2639d44be

View File

@ -718,9 +718,9 @@ void MenuBrowseImageFile(char drive, bool arc, bool boot, bool multiple) {
temp_str[0]=drive; temp_str[0]=drive;
temp_str[1]=' '; temp_str[1]=' ';
strcat(mountstring,temp_str); strcat(mountstring,temp_str);
if (!multiple) strcat(mountstring,"\""); //if (!multiple) strcat(mountstring,"\"");
strcat(mountstring,files.size()?files.c_str():fname.c_str()); 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(mountiro[drive - 'A']) strcat(mountstring, " -ro");
if(boot) { if(boot) {
strcat(mountstring, " -u"); strcat(mountstring, " -u");