This commit is contained in:
iceman1001 2024-01-18 13:45:28 +01:00
commit 55702e6e86

View file

@ -901,7 +901,8 @@ static int CmdHFXeroxDump(const char *Cmd) {
return PM3_SUCCESS;
}
if (0 == filename[0]) { // generate filename from uid
// generate filename from uid
if (0 == filename[0]) {
char *fptr = filename;
PrintAndLogEx(INFO, "Using UID as filename");
fptr += snprintf(fptr, sizeof(filename), "hf-xerox-");