Skip to content

Commit

Permalink
Fast fix for #3900 (#3906)
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
G-Moris authored Dec 25, 2024
1 parent fd95204 commit 8d7167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/game_sa/CGameSA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ CGameSA::CGameSA()
error += ": ";
error += e.what();

MessageBoxUTF8(nullptr, error.c_str(), _("Error"), MB_ICONERROR | MB_OK);
MessageBoxUTF8(nullptr, error, _("Error"), MB_ICONERROR | MB_OK);
ExitProcess(EXIT_FAILURE);
}
catch (const std::exception& e)
Expand Down

0 comments on commit 8d7167a

Please sign in to comment.