From: iceman1001 Date: Thu, 14 Apr 2016 09:32:43 +0000 (+0200) Subject: CHG: added the ascii output for the pwd. X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/0e32bf46e70b7feb133f17e99b4c7d4e2590886f?ds=sidebyside CHG: added the ascii output for the pwd. --- diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index 6aac15ce..336fd64a 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -1614,7 +1614,7 @@ int CmdHF14AMfUDump(const char *Cmd){ PrintAndLog("---------------------------------"); for (i = 0; i < Pages; ++i) { if ( i < 3 ) { - PrintAndLog("%02d/0x%02X | %s| | ", i+startPage, i+startPage, sprint_hex(data + i * 4, 4)); + PrintAndLog("%02d/0x%02X | %s| | %.4s", i+startPage, i+startPage, sprint_hex(data + i * 4, 4), data + i * 4 ); continue; } switch(i){