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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user