1
0
Fork 0

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:
Peter Veenstra 2010-03-13 12:12:22 +00:00
parent e3823f3393
commit 3689afd77e

View file

@ -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;
}