mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-11 01:55:38 +08:00
format string
This commit is contained in:
parent
b82feee002
commit
41f36199aa
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ static int CmdHF15ELoad(const char *Cmd) {
|
|||
|
||||
int tosend = MIN(chuncksize, bytes_read);
|
||||
if (hf15EmlSetMem(data + offset, tosend, offset) != PM3_SUCCESS) {
|
||||
PrintAndLogEx(FAILED, "Can't set emulator memory at offest: 0x%x", offset);
|
||||
PrintAndLogEx(FAILED, "Can't set emulator memory at offest: %zu / 0x%zx", offset);
|
||||
free(data);
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue