Commit 7294e704 authored by Michael Kaufmann's avatar Michael Kaufmann
Browse files

Curl_range: fix FTP-only and FILE-only builds

follow-up to e04417d9
parent a577059f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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