gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r491 - GNUnet/src/applications/fs/ecrs
Date: Sat, 26 Mar 2005 10:51:23 -0800 (PST)

Author: grothoff
Date: 2005-03-26 10:51:21 -0800 (Sat, 26 Mar 2005)
New Revision: 491

Modified:
   GNUnet/src/applications/fs/ecrs/uri.c
Log:
bugfix

Modified: GNUnet/src/applications/fs/ecrs/uri.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uri.c       2005-03-26 18:28:36 UTC (rev 
490)
+++ GNUnet/src/applications/fs/ecrs/uri.c       2005-03-26 18:51:21 UTC (rev 
491)
@@ -513,7 +513,7 @@
   ret->data.ksk.keywordCount = 2 * uri->data.ksk.keywordCount;
   ret->data.ksk.keywords = MALLOC(sizeof(char*) * ret->data.ksk.keywordCount);
   for (i=0;i<uri->data.ksk.keywordCount;i++) {
-    key = uri->data.ksk.keywords[2*i];
+    key = uri->data.ksk.keywords[i];
     ret->data.ksk.keywords[2*i]
       = STRDUP(key);
     kd = MALLOC(strlen(key) + 13);





reply via email to

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