mirror of
https://github.com/curl/curl.git
synced 2026-05-19 19:16:20 +03:00
tool_writeout.c fmt
This commit is contained in:
parent
548d5d4c46
commit
c0baac43da
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue