mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
ILLUSIONS: Fix conversion to string
This commit is contained in:
parent
44230b6c8a
commit
579b370183
@ -702,7 +702,7 @@ void MenuActionSaveGame::execute() {
|
||||
|
||||
dialog = new GUI::SaveLoadChooser(_("Save game:"), _("Save"), true);
|
||||
slot = dialog->runModalWithCurrentTarget();
|
||||
desc = dialog->getResultString().encode().c_str();
|
||||
desc = dialog->getResultString().encode();
|
||||
|
||||
delete dialog;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user