Formerly file.c.~27~
authorRoland McGrath <roland@redhat.com>
Tue, 14 Dec 1993 19:36:43 +0000 (19:36 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 14 Dec 1993 19:36:43 +0000 (19:36 +0000)
file.c

diff --git a/file.c b/file.c
index d2758be..96fdb29 100644 (file)
--- a/file.c
+++ b/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
     }
 }