gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7620 - libmicrohttpd/src/testcurl


From: gnunet
Subject: [GNUnet-SVN] r7620 - libmicrohttpd/src/testcurl
Date: Sun, 24 Aug 2008 17:36:26 -0600 (MDT)

Author: grothoff
Date: 2008-08-24 17:36:26 -0600 (Sun, 24 Aug 2008)
New Revision: 7620

Modified:
   libmicrohttpd/src/testcurl/curl_version_check.c
Log:
fix

Modified: libmicrohttpd/src/testcurl/curl_version_check.c
===================================================================
--- libmicrohttpd/src/testcurl/curl_version_check.c     2008-08-24 22:46:59 UTC 
(rev 7619)
+++ libmicrohttpd/src/testcurl/curl_version_check.c     2008-08-24 23:36:26 UTC 
(rev 7620)
@@ -62,7 +62,7 @@
     return NULL;
   s++;
   *minor = parse_version_number (&s);
-  if (!s || *s != '.')
+  if (*s != '.')
     return NULL;
   s++;
   *micro = parse_version_number (&s);





reply via email to

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