mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08: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