mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Sys_Error now makes sure all messages are terminated with a \n
This commit is contained in:
parent
44dcf74627
commit
1e0611e156
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ Sys_Error (const char *error, ...)
|
|||
va_start (argptr, error);
|
||||
sys_err_printf_function (error, argptr);
|
||||
va_end (argptr);
|
||||
sys_err_printf_function ("\r\n", argptr); // FIXME is argptr ok?
|
||||
|
||||
Sys_Shutdown ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue