diff options
author | Christophe Genevey Metat <genevey.christophe@gmail.com> | 2016-06-28 08:38:42 +0000 |
---|---|---|
committer | Christophe Genevey Metat <genevey.christophe@gmail.com> | 2016-06-28 08:38:42 +0000 |
commit | e3ae6d9f6ac5f5e121f252cdd1d1796933d3fc42 (patch) | |
tree | b3d3b18015bb9ba0c5621f2d68919cc7a8cea3b3 /src/regex/gnunet-regex-simulation-profiler.c | |
parent | 54ec5d44e2ec3b13f651755e6637d7a6b8a77a7b (diff) |
add function conv param string
Diffstat (limited to 'src/regex/gnunet-regex-simulation-profiler.c')
-rw-r--r-- | src/regex/gnunet-regex-simulation-profiler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-simulation-profiler.c b/src/regex/gnunet-regex-simulation-profiler.c index b36638f9d6..025a703160 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 }; |