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

This commit is contained in:
akallabeth
2026-01-16 11:40:14 +01:00
parent faa2b941f1
commit c7200b9f4f

View File

@@ -133,7 +133,7 @@ static DWORD WINAPI smartcard_context_thread(LPVOID arg)
{
element->irp->Discard(element->irp);
smartcard_operation_free(&element->operation, TRUE);
WLog_ERR(TAG, "smartcard_irp_device_control_call failed with error %" PRIu32 "",
WLog_ERR(TAG, "smartcard_irp_device_control_call failed with error %" PRId32 "",
status);
break;
}