From d8c1f3101165f8c9049ebb7d14823c9b7f4a2f5d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 12 Aug 2010 23:30:43 +0800 Subject: there is one more sector with log records --- easytool/easytool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- cgit v1.2.3