[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r2319 - GNUnet/src/applications/sqstore_mysql
From: |
grothoff |
Subject: |
[GNUnet-SVN] r2319 - GNUnet/src/applications/sqstore_mysql |
Date: |
Tue, 13 Dec 2005 18:14:03 -0800 (PST) |
Author: grothoff
Date: 2005-12-13 18:14:01 -0800 (Tue, 13 Dec 2005)
New Revision: 2319
Modified:
GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
mantis 986
Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c 2005-12-12 07:32:04 UTC
(rev 2318)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c 2005-12-14 02:14:01 UTC
(rev 2319)
@@ -792,7 +792,7 @@
}
datasize = MAX_DATUM_SIZE;
count = 0;
- while (! mysql_stmt_fetch(stmt)) {
+ while (0 == mysql_stmt_fetch(stmt)) {
count++;
if (twenty != sizeof(HashCode512)) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r2319 - GNUnet/src/applications/sqstore_mysql,
grothoff <=