tool_writeout.c fmt

This commit is contained in:
Viktor Szakats 2026-03-07 13:50:01 +01:00
parent 548d5d4c46
commit c0baac43da
No known key found for this signature in database

View file

@ -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)