Added request at15060 by twistedeuphoria

This commit is contained in:
David Anderson
2005-07-07 19:53:02 +00:00
parent 950d1b4a5f
commit 13b6c0764c
4 changed files with 47 additions and 11 deletions

View File

@ -37,7 +37,7 @@
#define _vsnprintf vsnprintf
#endif
const char *UTIL_VarArgs(const char *fmt, ...)
char *UTIL_VarArgs(const char *fmt, ...)
{
va_list ap;
static char string[4096];