lsteamclient: Fix g_tmppath buffer length.

CW-Bug-Id: #23197
This commit is contained in:
Paul Gofman 2024-01-04 14:59:44 -06:00 committed by Arkadiusz Hiler
parent ff94f04eca
commit 051cb009df
4 changed files with 20 additions and 18 deletions

View file

@ -45,7 +45,7 @@ DEFINE_VTBL_WRAPPER(56);
#endif
static char temp_path_buffer[PATH_MAX];
static char temp_path_buffer[TEMP_PATH_BUFFER_LENGTH];
static CRITICAL_SECTION steamclient_cs = { NULL, -1, 0, 0, 0, 0 };
static HANDLE steam_overlay_event;