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

This commit is contained in:
akallabeth
2026-01-16 11:40:19 +01:00
parent 398355d5d0
commit 7730a81536

View File

@@ -480,7 +480,7 @@ static BOOL tsmf_read_format_type(TS_AM_MEDIA_TYPE* mediatype, wStream* s, UINT3
break;
default:
WLog_INFO(TAG, "unhandled format type 0x%x", mediatype->FormatType);
WLog_INFO(TAG, "unhandled format type 0x%08x", (unsigned)mediatype->FormatType);
break;
}
return TRUE;