From c0baac43dacda019e82f8d4d0a8caa7569139d18 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 7 Mar 2026 13:50:01 +0100 Subject: [PATCH] tool_writeout.c fmt --- src/tool_writeout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)