mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 15:20:27 +08:00
chg: textual
This commit is contained in:
parent
52a0acd7f1
commit
e182d12ba8
1 changed files with 3 additions and 2 deletions
|
@ -589,6 +589,7 @@ int CmdTraceLoad(const char *Cmd) {
|
|||
return 1;
|
||||
}
|
||||
fclose(f);
|
||||
PrintAndLogEx(SUCCESS, "Recorded Activity (TraceLen = %d bytes) loaded from file %s", traceLen, filename);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue