Skip to content

Commit 2eced07

Browse files
Synchronize changes from 1.6 master branch [ci skip]
8d7167a Fast fix for #3900 (#3906)
2 parents 0caf3c8 + 8d7167a commit 2eced07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CGameSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ CGameSA::CGameSA()
253253
error += ": ";
254254
error += e.what();
255255

256-
MessageBoxUTF8(nullptr, error.c_str(), _("Error"), MB_ICONERROR | MB_OK);
256+
MessageBoxUTF8(nullptr, error, _("Error"), MB_ICONERROR | MB_OK);
257257
ExitProcess(EXIT_FAILURE);
258258
}
259259
catch (const std::exception& e)

0 commit comments

Comments
 (0)