diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-08-12 23:30:43 +0800 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-08-12 23:30:43 +0800 |
commit | d8c1f3101165f8c9049ebb7d14823c9b7f4a2f5d (patch) | |
tree | eacb85b8939694f8cda03a9c23d32ed9407f8fb2 | |
parent | e343cf1dd73633382f4d52808d141fdf31dbecd3 (diff) |
there is one more sector with log records
-rw-r--r-- | easytool/easytool.c | 2 |
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++) { |