mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Added the missing null terminator for a reliable message send.
This commit is contained in:
parent
dfe7f263c7
commit
85beae40f0
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ SV_FlushRedirect (void)
|
|||
ClientReliableWrite_Begin (cl, svc_print, bytes + 3);
|
||||
ClientReliableWrite_Byte (cl, PRINT_HIGH);
|
||||
ClientReliableWrite_SZ (cl, p, bytes);
|
||||
ClientReliableWrite_Byte (cl, 0);
|
||||
p += bytes;
|
||||
count -= bytes;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue