gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3520 - branches/GNUnet-0.7.0/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r3520 - branches/GNUnet-0.7.0/src/applications/fs/fsui
Date: Fri, 20 Oct 2006 22:19:17 -0700 (PDT)

Author: grothoff
Date: 2006-10-20 22:19:15 -0700 (Fri, 20 Oct 2006)
New Revision: 3520

Modified:
   branches/GNUnet-0.7.0/src/applications/fs/fsui/search.c
Log:
fix

Modified: branches/GNUnet-0.7.0/src/applications/fs/fsui/search.c
===================================================================
--- branches/GNUnet-0.7.0/src/applications/fs/fsui/search.c     2006-10-21 
05:18:25 UTC (rev 3519)
+++ branches/GNUnet-0.7.0/src/applications/fs/fsui/search.c     2006-10-21 
05:19:15 UTC (rev 3520)
@@ -308,7 +308,7 @@
       GROW(pos->resultsReceived,
           pos->sizeResultsReceived,
           0);
-      for (i=0;i<pos->sizeResultsReceived;i++) {
+      for (i=0;i<pos->sizeUnmatchedResultsReceived;i++) {
        ECRS_freeUri(pos->unmatchedResultsReceived[i].fi.uri);
        ECRS_freeMetaData(pos->unmatchedResultsReceived[i].fi.meta);
        GROW(pos->unmatchedResultsReceived[i].matchingKeys,





reply via email to

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