From 9a3dd7cb25a410270a2feb672aa84afd8ea4bca2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 Jun 2015 17:39:34 +0200 Subject: new test for uint and json APIs --- src/pq/db_pq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pq/db_pq.c') diff --git a/src/pq/db_pq.c b/src/pq/db_pq.c index 693da2f3..e1a082e4 100644 --- a/src/pq/db_pq.c +++ b/src/pq/db_pq.c @@ -237,6 +237,7 @@ TALER_PQ_exec_prepared (PGconn *db_conn, char *str; str = json_dumps (json, JSON_COMPACT); + GNUNET_assert (NULL != str); scratch[soff++] = str; param_values[off] = (void *) str; param_lengths[off] = strlen (str); -- cgit v1.2.3