Check the length of off_t at build time and use %ld or %lld to print
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Thu, 16 Jun 2005 14:10:13 +0000 (14:10 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Thu, 16 Jun 2005 14:10:13 +0000 (14:10 +0000)
commitb1c749bb7f147e7f9215fe6067c848cf02938b92
tree482f120fa4b40ec66b81133c283987fb65516947
parent168e428fc4dfcf7f4d377d137743d8332784fa35
Check the length of off_t at build time and use %ld or %lld to print
off_t values as appropriate. Assume that %lld is available if the size
of off_t is greater than 4. This involved some modifications to
string_vformat() in order to handle %lld.
doc/doc-txt/ChangeLog
src/src/buildconfig.c
src/src/deliver.c
src/src/expand.c
src/src/queue.c
src/src/rda.c
src/src/string.c
src/src/tls-gnu.c
src/src/transports/appendfile.c
src/src/transports/autoreply.c
src/src/transports/tf_maildir.c