mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 06:35:38 -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,7 +4875,8 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
|
|||
case 0x00:
|
||||
case 0x01: {
|
||||
op = RFTData;
|
||||
commit = (fsettings.fileType == 0x01);
|
||||
if (!commit)
|
||||
commit = (fsettings.fileType == 0x01);
|
||||
break;
|
||||
}
|
||||
case 0x02: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue