mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-31 03:50:45 -07:00
Comment out file path code
This commit is contained in:
parent
7fdaa51678
commit
a8ff7b4815
4 changed files with 20 additions and 18 deletions
|
@ -192,6 +192,7 @@ bool create_path(const char *dirname) {
|
|||
return true;
|
||||
}
|
||||
*/
|
||||
/*
|
||||
bool setDefaultPath (savePaths_t pathIndex,const char *Path) {
|
||||
|
||||
if (pathIndex < spItemCount) {
|
||||
|
@ -210,7 +211,7 @@ bool setDefaultPath (savePaths_t pathIndex,const char *Path) {
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
*/
|
||||
static char *filenamemcopy(const char *preferredName, const char *suffix) {
|
||||
if (preferredName == NULL) return NULL;
|
||||
if (suffix == NULL) return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue