From 5a34550ac5b4e490e99f542ec28be6606e1a2f20 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 7 Jan 2019 17:49:09 +0100 Subject: [PATCH] CHG: printing --- client/comms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/comms.c b/client/comms.c index 3c2b353b3..5beaa0adb 100644 --- a/client/comms.c +++ b/client/comms.c @@ -178,7 +178,7 @@ static void UsbCommandReceived(UsbCommand* c) { break; } case CMD_DEBUG_PRINT_INTEGERS: { - PrintAndLogEx(NORMAL, "#db# %08x, %08x, %08x", c->arg[0], c->arg[1], c->arg[2]); + PrintAndLogEx(NORMAL, "#db# %" PRIx64 ", %" PRIx64 ", %" PRIx64 "", c->arg[0], c->arg[1], c->arg[2]); break; } // iceman: hw status - down the path on device, runs printusbspeed which starts sending a lot of