diff --git a/src/tool_writeout.c b/src/tool_writeout.c index bd6776782f..b21b8d898b 100644 --- a/src/tool_writeout.c +++ b/src/tool_writeout.c @@ -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,