mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:01:41 +03:00
parent
a577059f92
commit
7294e70480
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue