Fix point 3 of bug 2209440. (unparsed format specifier)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3558
This commit is contained in:
parent
e3823f3393
commit
3689afd77e
1 changed files with 1 additions and 1 deletions
|
@ -1071,7 +1071,7 @@ public:
|
|||
return;
|
||||
}
|
||||
} else {
|
||||
WriteOut_NoParsing(MSG_Get("PROGRAM_IMGMOUNT_FORMAT_UNSUPPORTED"));
|
||||
WriteOut(MSG_Get("PROGRAM_IMGMOUNT_FORMAT_UNSUPPORTED"),fstype.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue