From 38030024f1917ecf884a348afcd04b92d0bcd835 Mon Sep 17 00:00:00 2001 From: Christophe Genevey Metat Date: Tue, 28 Jun 2016 08:23:29 +0000 Subject: add function conv param string --- src/regex/gnunet-regex-simulation-profiler.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c index 62c768a55..48efd1892 100644 --- a/src/regex/gnunet-regex-simulation-profiler.c +++ b/src/regex/gnunet-regex-simulation-profiler.c @@ -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 @@ regex_iterator (void *cls, 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) { -- cgit v1.2.3