mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
authorSteve Holme <steve_holme@hotmail.com>
Tue, 31 Dec 2013 11:10:25 +0000 (11:10 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 31 Dec 2013 11:10:42 +0000 (11:10 +0000)
commit60bd22620a1e63fb163a788f9565b94d138c6030
tree8562a7bf927008c57b006ed907996a4f69dd52bf
parent6e4d4a9b51fe65b47992148fc548a5d4efa8ef64
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU

Following commit 0aafd77fa4c6f2, replaced the internal usage of
FORMAT_OFF_T and FORMAT_OFF_TU with the external versions that we
expect API programmers to use.

This negates the need for separate definitions which were subtly
different under different platforms/compilers.
17 files changed:
lib/cookie.c
lib/curl_setup.h
lib/file.c
lib/ftp.c
lib/http.c
lib/http_proxy.c
lib/imap.c
lib/multi.c
lib/pipeline.c
lib/progress.c
lib/rtsp.c
lib/smtp.c
lib/ssh.c
lib/tftp.c
lib/transfer.c
lib/url.c
tests/libtest/lib557.c