mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[c,printf] fix wlog format string to match arguments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user