gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13620 - gnunet/src/datastore
Date: Mon, 8 Nov 2010 16:02:34 +0100

Author: grothoff
Date: 2010-11-08 16:02:34 +0100 (Mon, 08 Nov 2010)
New Revision: 13620

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

Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2010-11-08 15:01:05 UTC 
(rev 13619)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2010-11-08 15:02:34 UTC 
(rev 13620)
@@ -234,13 +234,13 @@
       /* database is new or got deleted, reset payload to zero! */
       plugin->env->duc (plugin->env->cls, 0);
     }
+#ifdef ENABLE_NLS
   plugin->fn = GNUNET_STRINGS_to_utf8 (afsdir, strlen (afsdir),
-#ifdef ENABLE_NLS
-                                             nl_langinfo (CODESET)
+                                      nl_langinfo (CODESET));
 #else
-                                             "UTF-8"   /* good luck */
+  plugin->fn = GNUNET_STRINGS_to_utf8 (afsdir, strlen (afsdir),
+                                      "UTF-8");   /* good luck */
 #endif
-                                             );
   GNUNET_free (afsdir);
   
   /* Open database and precompile statements */




reply via email to

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