Created
September 25, 2016 18:55
-
-
Save symm/69f508540052b8b3046a8a5e9f6a5fb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c | |
index 1242886..8d9c6f0 100644 | |
--- a/utils/nfc-mfclassic.c | |
+++ b/utils/nfc-mfclassic.c | |
@@ -431,8 +431,8 @@ write_card(int write_block_zero) | |
} | |
} else { | |
// The first block 0x00 is read only, skip this | |
- if (uiBlock == 0 && ! write_block_zero && ! magic2) | |
- continue; | |
+ //if (uiBlock == 0 && ! write_block_zero && ! magic2) | |
+ // continue; | |
// Make sure a earlier write did not fail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment