mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fix warning
This commit is contained in:
parent
f2a99d7d74
commit
387ec712e6
@ -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…
Reference in New Issue
Block a user