mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-01 02:27:21 +08:00
fix 'auto' - correct param when saving
This commit is contained in:
parent
e8fe88b50a
commit
fccef24aea
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ static int CmdAuto(const char *Cmd) {
|
|||
CmdPlot("");
|
||||
lf_read(false, 40000);
|
||||
char *fname = calloc(100, sizeof(uint8_t));
|
||||
AppendDate(fname, 100, "f lf_unknown_%Y-%m-%d_%H:%M");
|
||||
AppendDate(fname, 100, "-f lf_unknown_%Y-%m-%d_%H:%M");
|
||||
CmdSave(fname);
|
||||
free(fname);
|
||||
return PM3_SUCCESS;
|
||||
|
|
Loading…
Reference in a new issue