mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
commit
22c7ac0c49
1 changed files with 1 additions and 1 deletions
|
@ -5509,7 +5509,7 @@ static int CmdHF14AMfCLoad(const char *Cmd) {
|
||||||
|
|
||||||
if (mf_chinese_set_block(blockno, data + (MFBLOCK_SIZE * blockno), NULL, flags)) {
|
if (mf_chinese_set_block(blockno, data + (MFBLOCK_SIZE * blockno), NULL, flags)) {
|
||||||
PrintAndLogEx(WARNING, "Can't set magic card block: %d", blockno);
|
PrintAndLogEx(WARNING, "Can't set magic card block: %d", blockno);
|
||||||
PrintAndLogEx(HINT, "Verify that it is a GDM and not USCUID deriviate");
|
PrintAndLogEx(HINT, "Verify that it is a GDM and not USCUID derivative");
|
||||||
free(data);
|
free(data);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue