mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +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_Begin (cl, svc_print, bytes + 3);
|
||||||
ClientReliableWrite_Byte (cl, PRINT_HIGH);
|
ClientReliableWrite_Byte (cl, PRINT_HIGH);
|
||||||
ClientReliableWrite_SZ (cl, p, bytes);
|
ClientReliableWrite_SZ (cl, p, bytes);
|
||||||
|
ClientReliableWrite_Byte (cl, 0);
|
||||||
p += bytes;
|
p += bytes;
|
||||||
count -= bytes;
|
count -= bytes;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue