• Peter Eisentraut's avatar
    Standardize the printf format for st_size · c005eb00
    Peter Eisentraut authored
    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.
    c005eb00
archive.c 2.94 KB