mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
Merge branch 'master' of https://github.com/Proxmark/proxmark3
This commit is contained in:
commit
4888b28195
3 changed files with 131 additions and 71 deletions
|
@ -46,7 +46,7 @@ int saveFile(const char *preferredName, const char *suffix, const void* data, si
|
|||
}
|
||||
fwrite(data, 1, datalen, fileHandle);
|
||||
fclose(fileHandle);
|
||||
PrintAndLog(">Saved data to '%s'", fileName);
|
||||
PrintAndLog("Saved data to '%s'", fileName);
|
||||
|
||||
free(fileName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue