mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03:00
fix warning
This commit is contained in:
parent
f2a99d7d74
commit
387ec712e6
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ CURLcode Curl_file(struct connectdata *conn)
|
|||
return result;
|
||||
|
||||
result = Curl_client_write(data, CLIENTWRITE_BOTH,
|
||||
"Accept-ranges: bytes\r\n", 0);
|
||||
(char *)"Accept-ranges: bytes\r\n", 0);
|
||||
if(result)
|
||||
return result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue