Skip to content

Commit 8d7167a

Browse files
authored
Fast fix for #3900 (#3906)
Update
1 parent fd95204 commit 8d7167a

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)