And also an oversight

This commit is contained in:
Cacodemon345
2025-08-11 01:12:39 +06:00
parent c511b80cd4
commit 89e42fcece

View File

@@ -317,7 +317,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 *