mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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 */
|
/* SV_Printf redirection */
|
||||||
|
|
||||||
dstring_t outputbuf;
|
dstring_t outputbuf = {&dstring_default_mem};
|
||||||
int con_printf_no_log;
|
int con_printf_no_log;
|
||||||
redirect_t sv_redirected;
|
redirect_t sv_redirected;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue