From d50dd8c4f267095c08b9f600f5389bb77de13a49 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 May 2023 00:20:56 +0200 Subject: -fix bugs --- src/pq/pq_connect.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pq/pq_connect.c') diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c index c8ed24de4..2bbc7e885 100644 --- a/src/pq/pq_connect.c +++ b/src/pq/pq_connect.c @@ -398,7 +398,8 @@ get_array_type_oids (struct GNUNET_PQ_Context *db) if ( (GNUNET_PQ_ARRAY_UNKNOWN != atype) && (1 == sscanf (oid_s, "%u%c", - &db->arraytype2oid[atype]))) + &db->arraytype2oid[atype], + &dummy))) { nfound++; GNUNET_log (GNUNET_ERROR_TYPE_INFO, -- cgit v1.2.3