gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37408 - gnunet/src/regex


From: gnunet
Subject: [GNUnet-SVN] r37408 - gnunet/src/regex
Date: Tue, 28 Jun 2016 10:23:29 +0200

Author: christophe.genevey
Date: 2016-06-28 10:23:29 +0200 (Tue, 28 Jun 2016)
New Revision: 37408

Modified:
   gnunet/src/regex/gnunet-regex-simulation-profiler.c
Log:
add function conv param string

Modified: gnunet/src/regex/gnunet-regex-simulation-profiler.c
===================================================================
--- gnunet/src/regex/gnunet-regex-simulation-profiler.c 2016-06-27 18:17:45 UTC 
(rev 37407)
+++ gnunet/src/regex/gnunet-regex-simulation-profiler.c 2016-06-28 08:23:29 UTC 
(rev 37408)
@@ -18,6 +18,7 @@
      Boston, MA 02110-1301, USA.
 */
 
+
 /**
  * @file regex/gnunet-regex-simulation-profiler.c
  * @brief Regex profiler that dumps all DFAs into a database instead of
@@ -422,15 +423,15 @@
     struct GNUNET_MY_QueryParam params_stmt[] = {
       GNUNET_MY_query_param_auto_from_type (key),
       GNUNET_MY_query_param_string (""),
-      GNUNET_MY_query_param_auto_from_type (NULL),
+      GNUNET_MY_query_param_auto_from_type (""),
       GNUNET_MY_query_param_uint32 (&iaccepting),
       GNUNET_MY_query_param_end
     };
 
     result = 
-      GNUNET_MY_exec_prepared(mysql_ctx,
-                              stmt_handle,
-                              params_stmt);
+      GNUNET_MY_exec_prepared (mysql_ctx,
+                              stmt_handle,
+                              params_stmt);
 
     if (1 != result && 0 != result)
     {




reply via email to

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