diff options
author | Peter Eisentraut | 2020-09-24 18:45:57 +0000 |
---|---|---|
committer | Peter Eisentraut | 2020-09-24 19:04:21 +0000 |
commit | c005eb00e7d878cb869854f592103f774e15d01e (patch) | |
tree | 0cc96e69b8be5eeab99b13c1a50058e4612ff50f /contrib/pgcrypto/pgp-mpi-internal.c | |
parent | aecf5ee2bb36c597d3c6142e367e38d67816c777 (diff) |
Standardize the printf format for st_size
Existing code used various inconsistent ways to printf struct stat's
st_size member. The type of that is off_t, which is in most cases a
signed 64-bit integer, so use the long long int format for it.
Diffstat (limited to 'contrib/pgcrypto/pgp-mpi-internal.c')
0 files changed, 0 insertions, 0 deletions