mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Merge branch 'master' into experimental_varlen
* master: translation document offsets textual textual typo 'hf mf sim' full-byte anti-collision frame support
This commit is contained in:
commit
9602e641e2
8 changed files with 175 additions and 185 deletions
|
@ -517,7 +517,7 @@ static int CmdTraceLoad(const char *Cmd) {
|
|||
param_getstr(Cmd, 0, filename, sizeof(filename));
|
||||
|
||||
if ((f = fopen(filename, "rb")) == NULL) {
|
||||
PrintAndLogEx(FAILED, "Could not open file %s", filename);
|
||||
PrintAndLogEx(FAILED, "Could not open file " _YELLOW_("%s"), filename);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue