mirror of
https://github.com/curl/curl.git
synced 2026-05-30 14:57:32 +03:00
fixes
This commit is contained in:
parent
ccc5ef07ab
commit
21a9cd6988
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ static CURLcode test_unit2605(const char *arg)
|
|||
curl_off_t start;
|
||||
curl_off_t size;
|
||||
CURLcode result;
|
||||
curl_mprintf("%u: '%s' (file size: %" FMT_OFF_T ")\n", i, list[i].r,
|
||||
curl_mprintf("%d: '%s' (file size: %" FMT_OFF_T ")\n", i, list[i].r,
|
||||
list[i].filesize);
|
||||
result = Curl_ssh_range(curl, list[i].r, list[i].filesize, &start,
|
||||
&size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue