Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 03/13/2007 02:52:10
Module Name: src
Committed By: enami
Date: Tue Mar 13 02:52:10 UTC 2007
Modified Files:
src/lib/libc/gen: humanize_number.c
Log Message:
Fix a bug that humanize_number() produces "1000" where it should be "1.0G"
or "1.0M". The bug reported by Greg Troxel.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libc/gen/humanize_number.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.