]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_writeout: use off_t getinfo-types instead of doubles
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 Nov 2020 14:06:56 +0000 (15:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Nov 2020 07:13:51 +0000 (08:13 +0100)
commitfc813f80e1bcacdb8f6e86d3f0d4263f2e5ad856
treedff4d80015c0280b4350d8133b4a32f2d885a5f8
parent12cb7a1fe0282cc0b1ef4faa6013a2de03028aac
tool_writeout: use off_t getinfo-types instead of doubles

Commit 3b80d3ca46b12e52342 (June 2017) introduced getinfo replacement
variables that use curl_off_t instead of doubles. Switch the --write-out
function over to use them.

Closes #6248
src/tool_writeout.c