diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-15 14:16:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-15 14:16:10 +0200 |
commit | 6c774a1f032e2e09ab5e22a58a1979acc2c3430b (patch) | |
tree | c3a9079fcebe189e4e225b0f9c7d92766d37b694 /src/pq/pq_helper.c | |
parent | 6b9ccc4ca0a5cb35c6cc76a8d5247ac914561d64 (diff) |
completing test-case implementation:
Diffstat (limited to 'src/pq/pq_helper.c')
-rw-r--r-- | src/pq/pq_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_helper.c b/src/pq/pq_helper.c index 183bd43f2..5baab5a1c 100644 --- a/src/pq/pq_helper.c +++ b/src/pq/pq_helper.c @@ -138,7 +138,7 @@ TALER_PQ_RESULT_SPEC_AMOUNT_NBO (const char *name, struct TALER_AmountNBO *amount) { struct TALER_PQ_ResultSpec res = - {TALER_PQ_RF_AMOUNT_NBO, (void *) (&amount), sizeof (amount), (name), NULL }; + {TALER_PQ_RF_AMOUNT_NBO, (void *) (&amount), sizeof (*amount), (name), NULL }; return res; } |