cvs commit: src/usr.bin/fetch fetch.c
Dag-Erling Smorgrav
des at FreeBSD.org
Wed Feb 18 13:37:37 PST 2004
des 2004/02/18 13:37:36 PST
FreeBSD src repository
Modified files:
usr.bin/fetch fetch.c
Log:
Fix printf() format bug in previous commit (size_t != int).
Use %ju and an (uintmax_t) cast to print size_t values.
Use %jd and an (intmax_t) cast to print off_t values.
Use off_t variables to hold the difference between two off_t values.
Don't bother with unsigned char where char will do nicely.
Revision Changes Path
1.64 +19 -17 src/usr.bin/fetch/fetch.c
More information about the cvs-src
mailing list