mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix warnings on Clang
This commit is contained in:
@@ -291,7 +291,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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user