Loading lib/curl_range.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include "strtoofft.h" /* Only include this function if one or more of FTP, FILE are enabled. */ #if !defined(CURL_DISABLE_FTP) && !defined(CURL_DISABLE_FILE) #if !defined(CURL_DISABLE_FTP) || !defined(CURL_DISABLE_FILE) /* Check if this is a range download, and if so, set the internal variables Loading Loading
lib/curl_range.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include "strtoofft.h" /* Only include this function if one or more of FTP, FILE are enabled. */ #if !defined(CURL_DISABLE_FTP) && !defined(CURL_DISABLE_FILE) #if !defined(CURL_DISABLE_FTP) || !defined(CURL_DISABLE_FILE) /* Check if this is a range download, and if so, set the internal variables Loading