mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
find: fix build on 32bits
This commit is contained in:
parent
e872a4013f
commit
91dc237466
@ -212,7 +212,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 New Issue
Block a user