From: roel@libnfc.org Date: Fri, 29 Jun 2012 12:25:31 +0000 (+0000) Subject: fixed output X-Git-Tag: v1.0.0~180 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/7862f4ad5b30bb5143980158051280d8229fb698 fixed output --- diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 22d8d0bf..5cd7ea78 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -1209,7 +1209,7 @@ void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd) respsize = sizeof(response6); } else { // Never seen this command before - Dbprintf("Received unknown command (len=%d): %02x %02x %02x %02x %02x %02x %02x %02x %02x", + Dbprintf("Received (len=%d): %02x %02x %02x %02x %02x %02x %02x %02x %02x", len, receivedCmd[0], receivedCmd[1], receivedCmd[2], receivedCmd[3], receivedCmd[4], receivedCmd[5],