mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 14:45:37 -07:00
fix reassign of the commit
This commit is contained in:
parent
d0621a1f0b
commit
9e18f74811
1 changed files with 2 additions and 1 deletions
|
@ -4875,6 +4875,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
|
||||||
case 0x00:
|
case 0x00:
|
||||||
case 0x01: {
|
case 0x01: {
|
||||||
op = RFTData;
|
op = RFTData;
|
||||||
|
if (!commit)
|
||||||
commit = (fsettings.fileType == 0x01);
|
commit = (fsettings.fileType == 0x01);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue