Skip to content
Snippets Groups Projects
Commit cd03f1b5 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 df4c67da
No related branches found
No related tags found
No related merge requests found
Pipeline #5636 failed
......@@ -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.
Finish editing this message first!
Please register or to comment