mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
static the buffer, forgot to do this earlier
This commit is contained in:
parent
69b7699b2f
commit
c965964f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ static void wattcp_outch(char s)
|
|||
// stupid microsoft makes things complicated
|
||||
static inline char *get_WSAErrorStr(int e)
|
||||
{
|
||||
char buf[256]; // allow up to 255 bytes
|
||||
static char buf[256]; // allow up to 255 bytes
|
||||
|
||||
buf[0] = '\0';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue