summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-12 23:30:43 +0800
committerHarald Welte <laforge@gnumonks.org>2010-08-12 23:30:43 +0800
commitd8c1f3101165f8c9049ebb7d14823c9b7f4a2f5d (patch)
treeeacb85b8939694f8cda03a9c23d32ed9407f8fb2
parente343cf1dd73633382f4d52808d141fdf31dbecd3 (diff)
there is one more sector with log records
-rw-r--r--easytool/easytool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/easytool/easytool.c b/easytool/easytool.c
index a65ea22..7819eba 100644
--- a/easytool/easytool.c
+++ b/easytool/easytool.c
@@ -169,7 +169,7 @@ static void dump_easycard(mifare_tag *mft)
printf("\nTransaction Log:\n");
/* dump the transaction log */
- for (sect = 3; sect <=4; sect++) {
+ for (sect = 3; sect < 6; sect++) {
unsigned int block_base = sect * 4;
unsigned int i;
for (i = 0; i < 3; i++) {
personal git repositories of Harald Welte. Your mileage may vary