mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
safeFile*: accept when suffix is already provided
This commit is contained in:
parent
405f24522e
commit
1dbcb712c3
13 changed files with 77 additions and 74 deletions
|
@ -266,5 +266,4 @@ void clean_ascii(unsigned char *buf, size_t len);
|
|||
void strcleanrn(char *buf, size_t len);
|
||||
void strcreplace(char *buf, size_t len, char from, char to);
|
||||
char *strmcopy(const char *buf);
|
||||
char *filenamemcopy(const char *preferredName, const char *suffix);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue