Skip to content
Snippets Groups Projects
Commit 91e621db authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Underp.

parent 9aabb679
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -330,7 +330,7 @@ int main(int argc, char **argv) ...@@ -330,7 +330,7 @@ int main(int argc, char **argv)
time_t t = 0; time_t t = 0;
if(max_age) if(max_age)
t = time(NULL) - (max_age * 24 * 60 * 60); t = time(NULL) - (max_age * 24 * 60 * 60);
ulong size_t; size_t file_count;
file_t* file_list = loadfiles(&smb file_t* file_list = loadfiles(&smb
,/* filespec: */pattern, /* time: */t, file_detail_extdesc, scfg.dir[i]->sort, &file_count); ,/* filespec: */pattern, /* time: */t, file_detail_extdesc, scfg.dir[i]->sort, &file_count);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment