Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libutil
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.
Home |
Main Index |
Thread Index |
Old Index