From c7200b9f4fa5d8545564e67e1d451835effed83d Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 16 Jan 2026 11:40:14 +0100 Subject: [PATCH] [c,printf] fix wlog format string to match arguments --- channels/smartcard/client/smartcard_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/smartcard/client/smartcard_main.c b/channels/smartcard/client/smartcard_main.c index 76e6d7bf3..088614810 100644 --- a/channels/smartcard/client/smartcard_main.c +++ b/channels/smartcard/client/smartcard_main.c @@ -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; }