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:
Spoike 2004-08-27 00:44:39 +00:00
parent bb97a1cc38
commit 57f4282c26
1 changed files with 1 additions and 1 deletions

View File

@ -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];