diff options
author | Pádraig Brady <P@draigBrady.com> | 2008-06-26 11:10:13 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-27 08:11:21 +0200 |
commit | e2dbcee444e90e4289bd4bdc36783a5ef00af396 (patch) | |
tree | f5973cdb26c2e9d1f271b0c4bad69aae62dcac59 /src/seq.c | |
parent | 8ce745dc612b21c01439da9a0ca217054841d177 (diff) | |
download | coreutils-e2dbcee444e90e4289bd4bdc36783a5ef00af396.tar.xz |
truncate: Fix integer portability issues
* src/truncate.c: Explicitly convert from off_t to intmax_t
when printing numbers as they may be different types.
Also don't mix size_t and off_t types in operations as
the latter will be promoted to unsigned when these types
are the same size.
Diffstat (limited to 'src/seq.c')
0 files changed, 0 insertions, 0 deletions