[plist] Use correct attribute for pl_error

Because mxe builds need gnu_printf instead of printf, need to use
PRINTF. I had forgotten that.
This commit is contained in:
Bill Currie 2023-03-25 21:31:24 +09:00
parent 86f2df4939
commit c59840683d

View file

@ -577,7 +577,7 @@ PL_RemoveObjectAtIndex (plitem_t *array, int index)
item->users--;
}
static void __attribute__((format(printf, 2, 3)))
static void __attribute__((format(PRINTF, 2, 3)))
pl_error (pldata_t *pl, const char *fmt, ...)
{
if (!pl->errmsg) {