diff options
Diffstat (limited to 'easytool')
-rw-r--r-- | easytool/easycard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easytool/easycard.c b/easytool/easycard.c index 26a1430..3329ba1 100644 --- a/easytool/easycard.c +++ b/easytool/easycard.c @@ -107,7 +107,7 @@ static const struct mfcl_addr easy_trans_log_addrs[] = { void easy_dump_log_rec(const struct easy_log_rec *elr) { /* Skip empty records */ - if (!elr->timestamp) + if (!elr->trans_id) return; printf("%s | %02x | %4u NTD | %4u NTD | %-15s", |