mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
Server only Con_Printf should be VARGS
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@61 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bb97a1cc38
commit
57f4282c26
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Handles cursor positioning, line wrapping, etc
|
|||
// FIXME: make a buffer size safe vsprintf?
|
||||
#ifdef SERVERONLY
|
||||
qboolean con_debuglog;
|
||||
void Con_Printf (const char *fmt, ...)
|
||||
void VARGS Con_Printf (const char *fmt, ...)
|
||||
{
|
||||
va_list argptr;
|
||||
char msg[MAXPRINTMSG];
|
||||
|
|
Loading…
Reference in a new issue