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/pq_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pq/pq_helper.c') diff --git a/src/pq/pq_helper.c b/src/pq/pq_helper.c index 01441dec..f4b0c010 100644 --- a/src/pq/pq_helper.c +++ b/src/pq/pq_helper.c @@ -294,7 +294,7 @@ TALER_PQ_result_spec_uint16 (const char *name, */ struct TALER_PQ_ResultSpec TALER_PQ_result_spec_uint32 (const char *name, - uint16_t *u32) + uint32_t *u32) { struct TALER_PQ_ResultSpec res = {TALER_PQ_RF_UINT32, (void *) u32, sizeof (*u32), (name), NULL }; -- cgit v1.2.3