diff options
-rw-r--r-- | engines/glk/frotz/frotz.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/frotz.cpp b/engines/glk/frotz/frotz.cpp index 02ee0900c9..c9a039519d 100644 --- a/engines/glk/frotz/frotz.cpp +++ b/engines/glk/frotz/frotz.cpp @@ -123,7 +123,7 @@ Common::Error Frotz::loadGameState(int slot) { || h_screen_cols != old_screen_cols)) erase_window(1); } else { - error(_("Error reading save file")); + error("%s", _("Error reading save file")); } return Common::kNoError; |