mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
I'ld love to know how that got though my testing :/
This commit is contained in:
parent
715c74de7a
commit
0862c8facd
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ Sys_Printf (const char *fmt, ...)
|
||||||
va_list args;
|
va_list args;
|
||||||
va_start (args, fmt);
|
va_start (args, fmt);
|
||||||
sys_printf_function (fmt, args);
|
sys_printf_function (fmt, args);
|
||||||
va_end (argptr);
|
va_end (arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue