mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-05 17:01:11 +00:00
[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:
parent
86f2df4939
commit
c59840683d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue