]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
minor output change
authorroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 7 Dec 2012 09:51:22 +0000 (09:51 +0000)
committerroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 7 Dec 2012 09:51:22 +0000 (09:51 +0000)
client/proxmark3.c

index a649576d66021eeb2fb1ac062482d9822a039d43..e9d64c88909d32c02858c0999a6b6c2c704b01e2 100644 (file)
@@ -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);
Impressum, Datenschutz