Properly format/use variadic macros

This commit is contained in:
GravisZro
2024-05-24 11:46:07 -04:00
parent 8485cb0c4d
commit 9cf9781369
292 changed files with 3784 additions and 3725 deletions

View File

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