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:
@@ -359,7 +359,7 @@ static void LIBUSB_CALL func_bulk_transfer_cb(struct libusb_transfer* transfer)
|
||||
user_data = (ASYNC_TRANSFER_USER_DATA*)transfer->user_data;
|
||||
if (!user_data)
|
||||
{
|
||||
WLog_ERR(TAG, "[%s]: Invalid transfer->user_data!");
|
||||
WLog_ERR(TAG, "Invalid transfer->user_data!");
|
||||
return;
|
||||
}
|
||||
list = user_data->queue;
|
||||
|
||||
Reference in New Issue
Block a user