Minor fixes
This commit is contained in:
committed by
Jérôme Leclercq
parent
f45c2c5008
commit
5c7059c8fc
@@ -97,7 +97,7 @@ namespace Nz
|
||||
{
|
||||
auto& libcurl = m_webService.GetCurlLibrary();
|
||||
|
||||
curl_off_t maxSize = SafeCast<curl_off_t>(maxFileSize);
|
||||
curl_off_t maxSize = SafeCaster(maxFileSize);
|
||||
libcurl.easy_setopt(m_curlHandle, CURLOPT_MAXFILESIZE_LARGE, maxSize);
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user