solved
authorChristian Grothoff <christian@grothoff.org>
Sat, 14 Aug 2010 22:08:48 +0000 (22:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 14 Aug 2010 22:08:48 +0000 (22:08 +0000)
src/datastore/plugin_datastore_sqlite.c

index 7417e5d7987657a91b0ca4ed953c0ef82e4b0cb9..ca1f4e4ae607fda43ee135eb2130483ca79ea41e 100644 (file)
@@ -756,7 +756,7 @@ sqlite_plugin_put (void *cls,
       (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)) ||