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

@ -12,6 +12,8 @@
#include "steamclient_structs.h"
#define TEMP_PATH_BUFFER_LENGTH 4096
#ifdef __cplusplus
extern "C"
{