From 1282b0e6917006ece024a18517b062accdf74a7f Mon Sep 17 00:00:00 2001 From: "roel@libnfc.org" Date: Fri, 7 Dec 2012 09:51:22 +0000 Subject: [PATCH] minor output change --- client/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/proxmark3.c b/client/proxmark3.c index a649576d..e9d64c88 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -70,7 +70,7 @@ static void *uart_receiver(void *targ) { rxlen = sizeof(UsbCommand); if (uart_receive(sp,rx,&rxlen)) { if ((rxlen % sizeof(UsbCommand)) != 0) { - PrintAndLog("ERROR: received %zd bytes, which does not seem to be one or more command(s)\n",rxlen); + PrintAndLog("ERROR: received %03zd bytes, which does not seem to be one or more command(s)\n",rxlen ); continue; } cmd_count = rxlen / sizeof(UsbCommand); -- 2.39.2