fix _snprintf calls

This commit is contained in:
FunkyFr3sh 2023-10-14 05:04:36 +02:00
parent 995d1f294b
commit dfae3361a0
4 changed files with 7 additions and 7 deletions

View file

@ -58,7 +58,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
_snprintf(
mes,
sizeof(mes),
sizeof(mes) - 1,
"Please disable the '%s' compatibility mode for all game executables and "
"then try to start the game again.",
s);