mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
find: fix build on 32bits
This commit is contained in:
parent
6b4c5030b6
commit
61827ea821
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ find_execute(PLAN *plan, char *paths[])
|
|||
|
||||
if (showinfo) {
|
||||
fprintf(stderr, "Scanning: %s/%s\n", entry->fts_path, entry->fts_name);
|
||||
fprintf(stderr, "Scanned: %lu\n\n", counter);
|
||||
fprintf(stderr, "Scanned: %zu\n\n", counter);
|
||||
showinfo = 0;
|
||||
}
|
||||
++counter;
|
||||
|
|
|
|||
Loading…
Reference in a new issue