Subject: CVS commit: basesrc/lib/libutil
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/12/2002 12:07:00
Module Name: basesrc
Committed By: martin
Date: Mon Aug 12 09:07:00 UTC 2002
Modified Files:
basesrc/lib/libutil: humanize_number.c
Log Message:
Do not assume int64_t is printable with %qd - on 64 bit ports it isn't.
Use %lld instead and cast the args to (long long) explicitly.
I'm not sure about our policy vs. the C99 format string macros in
basesrc - should we use those here?
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libutil/humanize_number.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.