gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6307 - GNUnet/src/applications/sqstore_sqlite


From: gnunet
Subject: [GNUnet-SVN] r6307 - GNUnet/src/applications/sqstore_sqlite
Date: Fri, 15 Feb 2008 12:49:35 -0700 (MST)

Author: grothoff
Date: 2008-02-15 12:49:35 -0700 (Fri, 15 Feb 2008)
New Revision: 6307

Modified:
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
fix

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2008-02-15 17:42:17 UTC 
(rev 6306)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2008-02-15 19:49:35 UTC 
(rev 6307)
@@ -1254,10 +1254,9 @@
             }
           GNUNET_free (datum);
         }
-      off++;
       if (count + off == total)
        last_rowid = 0; /* back to start */
-      if (off == total)
+      if (count == total)
        break;
     }
   sqlite3_reset (stmt);





reply via email to

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