commit | 9a853484082744d83e3c85a361be748d46003cc9 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Nov 10 18:24:14 2012 -0600 |
committer | Rob Landley <rob@landley.net> | Sat Nov 10 18:24:14 2012 -0600 |
tree | 63d33c2840d56552af823fa22c41efe3fdcadfef | |
parent | ffba380a466e010e475462bdfacf0a7045f9e00b [diff] |
On 32 bit platforms %ld doesn't match uint64_t, so do long long and %lld (rather than deal with verbose PRIu64 nonsense).