Skip to content

Commit e041992

Browse files
authored
Update
1 parent b31b192 commit e041992

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)