diff --git a/Source/Core/Common/Src/MsgHandler.cpp b/Source/Core/Common/Src/MsgHandler.cpp index 5d951fb6c8..f9e3625733 100644 --- a/Source/Core/Common/Src/MsgHandler.cpp +++ b/Source/Core/Common/Src/MsgHandler.cpp @@ -45,7 +45,7 @@ bool MsgAlert(const char* caption, bool yes_no, int Style, const char* format, . // Read message and write it to the log // ----------- char buffer[2048]; - bool ret = false; + bool ret = true; va_list args; va_start(args, format);