Rename ShowInfo to ShowInfoI, add ShowInfo fmt macro

This commit is contained in:
Jonathan G Rennison
2024-01-15 17:26:09 +00:00
parent fe2f2207c1
commit 3af99bd2dc
6 changed files with 18 additions and 11 deletions

View File

@@ -471,7 +471,7 @@ static void CDECL HandleSavegameLoadCrash(int signum)
"Please file a bug report and attach this savegame.\n");
}
ShowInfo(buffer);
ShowInfoI(buffer);
#ifdef WITH_SIGACTION
struct sigaction call;