mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 19:40:37 -07:00
Move history and logfile to ~/.proxmark3
This commit is contained in:
parent
03867018f1
commit
d2d58db985
5 changed files with 74 additions and 13 deletions
|
@ -896,6 +896,8 @@ out:
|
|||
}
|
||||
|
||||
int searchFile(char **foundpath, const char *pm3dir, const char *searchname, const char *suffix) {
|
||||
if (foundpath == NULL)
|
||||
return PM3_EINVARG;
|
||||
char *filename = filenamemcopy(searchname, suffix);
|
||||
if (filename == NULL) return PM3_EMALLOC;
|
||||
int res = searchFinalFile(foundpath, pm3dir, filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue