From e3ae6d9f6ac5f5e121f252cdd1d1796933d3fc42 Mon Sep 17 00:00:00 2001 From: Christophe Genevey Metat Date: Tue, 28 Jun 2016 08:38:42 +0000 Subject: [PATCH] add function conv param string --- src/regex/gnunet-regex-simulation-profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c index b36638f9d..025a70316 100644 --- a/src/regex/gnunet-regex-simulation-profiler.c +++ b/src/regex/gnunet-regex-simulation-profiler.c @@ -423,7 +423,7 @@ 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_fixed_size (NULL, 0), GNUNET_MY_query_param_uint32 (&iaccepting), GNUNET_MY_query_param_end }; -- 2.25.1