mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
Update src/tool_writeout.c
Co-authored-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
d03d703868
commit
1c3f0c194e
1 changed files with 1 additions and 2 deletions
|
|
@ -439,8 +439,7 @@ static int writeOffset(FILE *stream, const struct writeoutvar *wovar,
|
|||
curl_mfprintf(stream, "%" CURL_FORMAT_CURL_OFF_T, offinfo);
|
||||
break;
|
||||
case FILTER_BYTES_PRETTY:
|
||||
curl_mfprintf(stream, "%s",
|
||||
max5data(offinfo, prettyOff, sizeof(prettyOff)));
|
||||
fputs(max5data(offinfo, prettyOff, sizeof(prettyOff)), stream);
|
||||
break;
|
||||
default:
|
||||
curl_mfprintf(stream, "%" CURL_FORMAT_CURL_OFF_T ":%s", offinfo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue