fix _snprintf calls
This commit is contained in:
parent
995d1f294b
commit
dfae3361a0
4 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue