]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fixed copypasted hex output to match input 146/head
authorAndrás Veres-Szentkirályi <vsza@vsza.hu>
Mon, 9 Nov 2015 20:06:58 +0000 (21:06 +0100)
committerAndrás Veres-Szentkirályi <vsza@vsza.hu>
Mon, 9 Nov 2015 20:06:58 +0000 (21:06 +0100)
The value `x0` was obviously copypasted but not edited to reflect the real values used in `case` matching.

client/cmdhf14a.c

index cba179ec75cf55ae03a268525f0b0d1d00afb002..81716db32c4e5d3842fe634af7b23c1b1884991f 100644 (file)
@@ -352,16 +352,16 @@ int CmdHF14AReader(const char *Cmd)
                                                PrintAndLog("                     x0 -> <1 kByte");
                                                break;
                                        case 0x01:
-                                               PrintAndLog("                     x0 -> 1 kByte");
+                                               PrintAndLog("                     x1 -> 1 kByte");
                                                break;
                                        case 0x02:
-                                               PrintAndLog("                     x0 -> 2 kByte");
+                                               PrintAndLog("                     x2 -> 2 kByte");
                                                break;
                                        case 0x03:
-                                               PrintAndLog("                     x0 -> 4 kByte");
+                                               PrintAndLog("                     x3 -> 4 kByte");
                                                break;
                                        case 0x04:
-                                               PrintAndLog("                     x0 -> 8 kByte");
+                                               PrintAndLog("                     x4 -> 8 kByte");
                                                break;
                                }
                                switch (card.ats[pos + 3] & 0xf0) {
Impressum, Datenschutz