mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
size?
This commit is contained in:
parent
e1e4133564
commit
a57cfdde70
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ char *newfilenamemcopyEx(const char *preferredName, const char *suffix, savePath
|
||||||
char *pfn = fileName;
|
char *pfn = fileName;
|
||||||
|
|
||||||
// user preference save paths
|
// user preference save paths
|
||||||
int save_path_len = path_size(e_save_path);
|
size_t save_path_len = path_size(e_save_path);
|
||||||
if (save_path_len) {
|
if (save_path_len) {
|
||||||
snprintf(pfn, len, "%s%s", g_session.defaultPaths[e_save_path], PATHSEP);
|
snprintf(pfn, len, "%s%s", g_session.defaultPaths[e_save_path], PATHSEP);
|
||||||
pfn += save_path_len + strlen(PATHSEP);
|
pfn += save_path_len + strlen(PATHSEP);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue