]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly variable.c.~16~
authorRoland McGrath <roland@redhat.com>
Sat, 23 Jan 1993 01:54:04 +0000 (01:54 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 23 Jan 1993 01:54:04 +0000 (01:54 +0000)
variable.c

index 07295503da365f4433f3448527e46c66315bf3ed..2254639f1f391b7691eb6610088ebe94e903170d 100644 (file)
@@ -682,7 +682,7 @@ print_variable_set (set, prefix)
 #ifndef        NO_FLOAT
       printf ("# average of %.1f variables per bucket, \
 max %u in one bucket.\n",
-             ((double) nvariables) * 100.0 / (double) set->buckets,
+             (double) nvariables / (double) set->buckets,
              per_bucket);
 #endif
     }