gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8942 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r8942 - GNUnet/src/applications/fs/ecrs
Date: Fri, 4 Sep 2009 08:23:41 -0600

Author: grothoff
Date: 2009-09-04 08:23:41 -0600 (Fri, 04 Sep 2009)
New Revision: 8942

Modified:
   GNUnet/src/applications/fs/ecrs/helper.c
Log:
mantis 1492

Modified: GNUnet/src/applications/fs/ecrs/helper.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/helper.c    2009-09-04 14:23:10 UTC (rev 
8941)
+++ GNUnet/src/applications/fs/ecrs/helper.c    2009-09-04 14:23:41 UTC (rev 
8942)
@@ -164,7 +164,7 @@
      handle accordingly */
   if ( (num_keywords == 1) &&
        (strlen(keywords[0]) > strlen(GNUNET_ECRS_URI_PREFIX)) &&
-       (strncmp(keywords[0], GNUNET_ECRS_URI_PREFIX, 
strlen(GNUNET_ECRS_URI_PREFIX)) ) &&
+       (strncmp(keywords[0], GNUNET_ECRS_URI_PREFIX, 
strlen(GNUNET_ECRS_URI_PREFIX)) == 0) &&
        (NULL != (uri = GNUNET_ECRS_string_to_uri(ectx, keywords[0])) ) )
     return uri;
   uri = GNUNET_malloc (sizeof (URI));





reply via email to

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