bde 38c95fe42a Fixed printf format errors in previous commit. %llu is no more suitable
than %u for printing signed 64-bit types.  It fails on different machines,
and has the wrong signdness.

Fixed old printf format error on the same line.  %u is not suitable for
printing 32-bit types on all machines.

"Fixed" format printf error in previous commit.  This file is not
formatted in KNF.  Partially restore bug for bug compatibility: indent
the printf args too much, but don't format them for 160-column terminals.
2002-03-18 23:38:16 +00:00
..
2002-03-11 08:04:59 +00:00
2002-03-18 18:23:42 +00:00
2002-03-18 18:23:42 +00:00
2002-03-18 09:29:16 +00:00
2002-03-14 01:32:30 +00:00
2002-03-18 18:23:42 +00:00
2002-03-14 16:53:39 +00:00