[c,printf] fix wlog format string to match arguments

This commit is contained in:
akallabeth
2026-01-16 11:42:21 +01:00
parent a6c2be446c
commit 4098ee0739

View File

@@ -344,7 +344,7 @@ BOOL primitives_init(primitives_t* p, primitive_hints hints)
return TRUE;
#endif
default:
WLog_ERR(TAG, "unknown hint %d", hints);
WLog_ERR(TAG, "unknown hint %u", hints);
return FALSE;
}
}