gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8742 - gnunet/src/datastore
Date: Fri, 17 Jul 2009 17:13:35 -0600

Author: grothoff
Date: 2009-07-17 17:13:35 -0600 (Fri, 17 Jul 2009)
New Revision: 8742

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

Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2009-07-17 22:43:42 UTC 
(rev 8741)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2009-07-17 23:13:35 UTC 
(rev 8742)
@@ -693,7 +693,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, expiration.value)) ||
+      (SQLITE_OK != sqlite3_bind_int64 (stmt, 5, (sqlite3_int64) 
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]