mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
simplify save files
This commit is contained in:
parent
2c61530cba
commit
b4255eea77
11 changed files with 48 additions and 88 deletions
|
@ -2242,7 +2242,7 @@ static void WriteEM4x05(uint32_t *blockdata, uint8_t startblock, uint8_t numbloc
|
|||
Dbprintf("--+----------------");
|
||||
}
|
||||
|
||||
for (uint8_t i = startblock; i < startblock + numblocks; i++) {
|
||||
for (uint8_t i = startblock; i < (uint8_t)(startblock + numblocks); i++) {
|
||||
if (i > 4) {
|
||||
blockdata[i - startblock] = reflect(blockdata[i - startblock], 32);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue