gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 131/150: Curl_range: fix FTP-only and FILE-only bui


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 131/150: Curl_range: fix FTP-only and FILE-only builds
Date: Fri, 30 Mar 2018 16:49:45 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 7294e70480b72b9b351f44528aa70684f735ad08
Author: Michael Kaufmann <address@hidden>
AuthorDate: Sun Mar 11 20:30:02 2018 +0100

    Curl_range: fix FTP-only and FILE-only builds
    
    follow-up to e04417d
---
 lib/curl_range.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/curl_range.c b/lib/curl_range.c
index 849e12fd3..aa3c49332 100644
--- a/lib/curl_range.c
+++ b/lib/curl_range.c
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]