gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12553 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r12553 - gnunet/src/datastore
Date: Sun, 15 Aug 2010 00:08:48 +0200

Author: grothoff
Date: 2010-08-15 00:08:48 +0200 (Sun, 15 Aug 2010)
New Revision: 12553

Modified:
   gnunet/src/datastore/plugin_datastore_sqlite.c
Log:
solved

Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2010-08-14 22:01:37 UTC 
(rev 12552)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2010-08-14 22:08:48 UTC 
(rev 12553)
@@ -756,7 +756,7 @@
       (SQLITE_OK != sqlite3_bind_int (stmt, 2, type)) ||
       (SQLITE_OK != sqlite3_bind_int (stmt, 3, priority)) ||
       (SQLITE_OK != sqlite3_bind_int (stmt, 4, anonymity)) ||
-      (SQLITE_OK != sqlite3_bind_int64 (stmt, 5, (sqlite3_int64) 
expiration.value)) ||
+      (SQLITE_OK != sqlite3_bind_int64 (stmt, 5, expiration.value)) ||
       (SQLITE_OK !=
        sqlite3_bind_blob (stmt, 6, key, sizeof (GNUNET_HashCode),
                           SQLITE_TRANSIENT)) ||




reply via email to

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