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

Fix raspian warning.

&file_count is being passed as a pointer to a size_t.
parent b55795f1
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -330,7 +330,7 @@ int main(int argc, char **argv)
time_t t = 0;
if(max_age)
t = time(NULL) - (max_age * 24 * 60 * 60);
ulong file_count;
ulong size_t;
file_t* file_list = loadfiles(&smb
,/* 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