gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2693 - in GNUnet/src/applications: sqstore_mysql sqstore_s


From: grothoff
Subject: [GNUnet-SVN] r2693 - in GNUnet/src/applications: sqstore_mysql sqstore_sqlite
Date: Sat, 29 Apr 2006 10:47:50 -0700 (PDT)

Author: grothoff
Date: 2006-04-29 10:47:48 -0700 (Sat, 29 Apr 2006)
New Revision: 2693

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
fixing mantis 1059

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2006-04-29 10:18:16 UTC 
(rev 2692)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2006-04-29 17:47:48 UTC 
(rev 2693)
@@ -1175,7 +1175,7 @@
   stats = coreAPI->requestService("stats");
   if (stats)
     stat_size
-      = stats->create(gettext_noop("# Bytes in datastore"));
+      = stats->create(gettext_noop("# bytes in datastore"));
 
   /* verify that .my.cnf can be found */
 #ifndef WINDOWS

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2006-04-29 10:18:16 UTC 
(rev 2692)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2006-04-29 17:47:48 UTC 
(rev 2693)
@@ -1068,7 +1068,7 @@
   stats = coreAPI->requestService("stats");
   if (stats)
     stat_size
-      = stats->create(gettext_noop("# Bytes in datastore"));
+      = stats->create(gettext_noop("# bytes in datastore"));
 
   api.getSize = &getSize;
   api.put = &put;





reply via email to

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