CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/15 10:57:53
Modified files:
bin/ls : print.c
Log message:
%*qd -> %*lld + (long long) for off_t.
Avoid some casts by changing printsize() to take an int (the only
type actually passed via that parameter) instead of size_t.
Tweaks & ok guenther@
