From 53b643139f40e5687c1bef48fc36caf158780c4a Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 11 May 2014 17:11:28 +0300 Subject: [PATCH] Fixed the warning message about the libcurl version. --- satip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satip.c b/satip.c index c4991ac..00edac6 100644 --- a/satip.c +++ b/satip.c @@ -14,7 +14,7 @@ #include "setup.h" #if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM < 0x072400 -#warning "CURL version >= 0.7.36 is recommended" +#warning "CURL version >= 7.36.0 is recommended" #endif #if defined(APIVERSNUM) && APIVERSNUM < 20000