mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
make sure outputbuf's mem gets initialized (oops:)
This commit is contained in:
parent
5eff81b005
commit
c917233165
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ static __attribute__ ((unused)) const char rcsid[] =
|
|||
|
||||
/* SV_Printf redirection */
|
||||
|
||||
dstring_t outputbuf;
|
||||
dstring_t outputbuf = {&dstring_default_mem};
|
||||
int con_printf_no_log;
|
||||
redirect_t sv_redirected;
|
||||
|
||||
|
|
Loading…
Reference in a new issue