diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-11 03:21:12 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-11 03:21:12 -0500 |
| commit | 6ad0c47dae06258fafcd7a34256494e223fbb82f (patch) | |
| tree | adf2d0cb726e5ad0e98b490a951dc40ef5ab25f4 /src | |
| parent | 90f6bb84ca98020d2fe48a14d1290118d2f3dcaa (diff) | |
| download | alftools-6ad0c47dae06258fafcd7a34256494e223fbb82f.tar.gz | |
alf: More -v stuff.
Diffstat (limited to 'src')
| -rw-r--r-- | src/crunch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crunch.c b/src/crunch.c index 7a6cd0a..0458840 100644 --- a/src/crunch.c +++ b/src/crunch.c @@ -109,7 +109,7 @@ void dump_tokens(void) { } printf("\nmaxkidcount %d, maxlevel = %d, totalkidcount = %d\n", maxkidcount, maxlevel, totalkidcount); - printf("avgkidcount: %.2f\n--\n\n", ((float)totalkidcount) / (float)(nodeswithkids)); + printf("nodeswithkids %d, avgkidcount: %.2f\n--\n\n", nodeswithkids, ((float)totalkidcount) / (float)(nodeswithkids)); } /*********************************************************************/ |
