mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly variable.c.~16~
This commit is contained in:
parent
0b396e2587
commit
c653200459
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue