diff options
author | bde <bde@FreeBSD.org> | 2002-03-18 23:24:00 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-03-18 23:24:00 +0000 |
commit | ffc925e36bb3305026b6b62c662cef4574c3afcc (patch) | |
tree | e8e844f5af1b4d7196a8b1870b1e92cfd02649d5 /bin/date | |
parent | 7b3b08fd9f5f9084394958d1ed1ce5b331dacffe (diff) | |
download | FreeBSD-src-ffc925e36bb3305026b6b62c662cef4574c3afcc.zip FreeBSD-src-ffc925e36bb3305026b6b62c662cef4574c3afcc.tar.gz |
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.
Diffstat (limited to 'bin/date')
0 files changed, 0 insertions, 0 deletions