mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-30 20:23:46 +08:00
return
This commit is contained in:
parent
c373929c75
commit
57dc1849da
1 changed files with 1 additions and 1 deletions
|
@ -2191,7 +2191,7 @@ static int CmdHF14AMfURestore(const char *Cmd) {
|
||||||
|
|
||||||
// convert old format to new format, if need
|
// convert old format to new format, if need
|
||||||
int res = convertOldMfuDump(&dump, &bytes_read);
|
int res = convertOldMfuDump(&dump, &bytes_read);
|
||||||
if (res) {
|
if (res != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(WARNING, "Failed convert on load to new Ultralight/NTAG format");
|
PrintAndLogEx(WARNING, "Failed convert on load to new Ultralight/NTAG format");
|
||||||
free(dump);
|
free(dump);
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Reference in a new issue