mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-05 23:00:03 -04:00
Properly format/use variadic macros
This commit is contained in:
@@ -129,7 +129,7 @@ void Error(const char *fmt, ...) {
|
||||
va_end(arglist);
|
||||
|
||||
snprintf(Exit_title_str, sizeof(Exit_title_str), "%s Error", App_title);
|
||||
mprintf((0, "%s\n", Exit_message));
|
||||
mprintf(0, "%s\n", Exit_message);
|
||||
|
||||
#ifdef _DEBUG
|
||||
int answer;
|
||||
|
||||
Reference in New Issue
Block a user