mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
style
This commit is contained in:
parent
bc219ab619
commit
55702e6e86
1 changed files with 7 additions and 6 deletions
|
@ -901,7 +901,8 @@ static int CmdHFXeroxDump(const char *Cmd) {
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0 == filename[0]) { // generate filename from uid
|
// generate filename from uid
|
||||||
|
if (0 == filename[0]) {
|
||||||
char *fptr = filename;
|
char *fptr = filename;
|
||||||
PrintAndLogEx(INFO, "Using UID as filename");
|
PrintAndLogEx(INFO, "Using UID as filename");
|
||||||
fptr += snprintf(fptr, sizeof(filename), "hf-xerox-");
|
fptr += snprintf(fptr, sizeof(filename), "hf-xerox-");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue