Skip to content

Commit

Permalink
another hardcode value
Browse files Browse the repository at this point in the history
  • Loading branch information
gelotus committed Jun 26, 2020
1 parent db957aa commit 01bc569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nfc-mfclassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ static bool is_directwrite(bool test_write)
bUseKeyFile = false;
// Try to authenticate for the current sector
if (!authenticate(0)) {
printf("!\nError: authentication failed for block 0x%02x\n", 0);
printf("!\nError: authentication failed for block 0x00\n");
bUseKeyFile = orig_bUseKeyFile;
return false;
}
Expand Down

0 comments on commit 01bc569

Please sign in to comment.