diff --git a/src/she/alleg4/she_alleg4.cpp b/src/she/alleg4/she_alleg4.cpp index 86110a7ce..1e00b945e 100644 --- a/src/she/alleg4/she_alleg4.cpp +++ b/src/she/alleg4/she_alleg4.cpp @@ -733,7 +733,7 @@ void error_message(const char* msg) std::wstring title = base::from_utf8(PACKAGE); ::MessageBoxW(NULL, wmsg.c_str(), title.c_str(), MB_OK | MB_ICONERROR); #else - allegro_message(msg); + allegro_message("%s", msg); #endif }