diff --git a/src/tool_writeout.c b/src/tool_writeout.c index 3e9fbee590..ad8c77c962 100644 --- a/src/tool_writeout.c +++ b/src/tool_writeout.c @@ -67,8 +67,8 @@ static int writeTime(FILE *stream, const struct writeoutvar *wovar, if(use_json) curl_mfprintf(stream, "\"%s\":", wovar->name); - curl_mfprintf(stream, "%" CURL_FORMAT_CURL_OFF_TU - ".%06" CURL_FORMAT_CURL_OFF_TU, secs, us); + curl_mfprintf(stream, "%" CURL_FORMAT_CURL_OFF_T + ".%06" CURL_FORMAT_CURL_OFF_T, secs, us); } else { if(use_json)