Codechange: use string/fmt instead of printf for ShowInfo(F)
This commit is contained in:
@@ -424,7 +424,7 @@ static void CDECL HandleSavegameLoadCrash(int signum)
|
||||
"Please file a bug report and attach this savegame.\n");
|
||||
}
|
||||
|
||||
ShowInfo(buffer);
|
||||
ShowInfoI(buffer);
|
||||
|
||||
SignalHandlerPointer call = nullptr;
|
||||
switch (signum) {
|
||||
|
Reference in New Issue
Block a user