gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1808 - GNUnet/src/applications/sqstore_mysql


From: grothoff
Subject: [GNUnet-SVN] r1808 - GNUnet/src/applications/sqstore_mysql
Date: Sat, 20 Aug 2005 14:17:18 -0700 (PDT)

Author: grothoff
Date: 2005-08-20 14:17:16 -0700 (Sat, 20 Aug 2005)
New Revision: 1808

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
fix

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2005-08-20 21:07:34 UTC 
(rev 1807)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2005-08-20 21:17:16 UTC 
(rev 1808)
@@ -1013,8 +1013,8 @@
           n,
           "UPDATE gn070"
           " SET prio=prio+%d"
-          " WHERE hash=`%s'"
-          " AND value=`%s'",
+          " WHERE hash='%s'"
+          " AND value='%s'",
           delta,
           escapedHash,
           escapedBlock);





reply via email to

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