mirror of
https://github.com/curl/curl.git
synced 2026-08-07 17:02:54 +03:00
fixes
This commit is contained in:
parent
a5e3bb85ce
commit
abf8d0315d
5 changed files with 6 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ static CURLcode test_unit1323(const char *arg)
|
|||
for(i = 0; i < CURL_ARRAYSIZE(tests); i++) {
|
||||
timediff_t result = curlx_timediff_ms(tests[i].first, tests[i].second);
|
||||
if(result != tests[i].result) {
|
||||
curl_mprintf("%ld.%06u to %ld.%06u got %" FMT_TIMEDIFF_T
|
||||
curl_mprintf("%ld.%06d to %ld.%06d got %" FMT_TIMEDIFF_T
|
||||
", but expected %" FMT_TIMEDIFF_T "\n",
|
||||
(long)tests[i].first.tv_sec,
|
||||
tests[i].first.tv_usec,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue