Skip to content

Commit

Permalink
DEMO: use 21 character array just in case our call for epoch breaks a…
Browse files Browse the repository at this point in the history
…nd sends us a giant unsigned long
  • Loading branch information
ciscon committed Mar 9, 2024
1 parent 2f4e915 commit da1e0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sv_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ void SV_MVD_SendInitialGamestate(mvddest_t* dest)
unsigned char buf_data[MAX_MSGLEN];
unsigned int n;
char* s, info[MAX_EXT_INFO_STRING];
char epoch[20];
char epoch[21];

client_t* player;
edict_t* ent;
Expand Down

0 comments on commit da1e0d8

Please sign in to comment.