mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +00:00
Formerly file.c.~27~
This commit is contained in:
parent
2a19159394
commit
cf9bc4ae2f
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
@ -506,7 +506,7 @@ print_file_data_base ()
|
|||
printf ("\n# %u files in %u hash buckets.\n", nfiles, FILE_BUCKETS);
|
||||
#ifndef NO_FLOAT
|
||||
printf ("# average %.1f files per bucket, max %u files in one bucket.\n",
|
||||
((double) FILE_BUCKETS) / ((double) nfiles) * 100.0, per_bucket);
|
||||
((double) nfiles) / ((double) FILE_BUCKETS) * 100.0, per_bucket);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue