mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 15:21:35 +00:00
Return the result from qcurl_easy_setopt_warn
This commit is contained in:
parent
eb3dda59e4
commit
4e1cf7ac9b
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ CURLcode qcurl_easy_setopt_warn(CURL *curl, CURLoption option, va_list args)
|
||||||
if(result != CURLE_OK) {
|
if(result != CURLE_OK) {
|
||||||
Com_DPrintf("qcurl_easy_setopt failed: %s\n", qcurl_easy_strerror(result));
|
Com_DPrintf("qcurl_easy_setopt failed: %s\n", qcurl_easy_strerror(result));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CL_cURL_BeginDownload( const char *localName, const char *remoteURL )
|
void CL_cURL_BeginDownload( const char *localName, const char *remoteURL )
|
||||||
|
|
Loading…
Reference in a new issue