Merge branch '86Box:master' into master

This commit is contained in:
starfrost
2025-08-12 21:22:31 +01:00
committed by GitHub
99 changed files with 15695 additions and 4612 deletions

View File

@@ -304,7 +304,7 @@ log_fatal(void *priv, const char *fmt, ...)
va_start(ap, fmt);
vsprintf(temp, fmt2, ap);
va_end(ap);
fatal(temp);
fatal("%s", temp);
exit(-1);
}
@@ -330,7 +330,7 @@ log_warning(void *priv, const char *fmt, ...)
va_start(ap, fmt);
vsprintf(temp, fmt2, ap);
va_end(ap);
warning(temp, ap);
warning("%s", temp);
}
static void *