exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 79671bba66cc9c247e08bcf05d0ffa7b540a34dd
parent f7dc35e59e1dca795d51d22e85479eab025644a7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 17 May 2023 15:33:20 +0200

-no +1

Diffstat:
Msrc/sq/sq_query_helper.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sq/sq_query_helper.c b/src/sq/sq_query_helper.c @@ -150,7 +150,7 @@ qconv_json (void *cls, if (SQLITE_OK != sqlite3_bind_text (stmt, (int) off, str, - strlen (str) + 1, + strlen (str), SQLITE_TRANSIENT)) return GNUNET_SYSERR; GNUNET_free (str);