summaryrefslogtreecommitdiff
path: root/src/pq/pq_helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-15 09:53:31 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-15 09:53:31 +0200
commit6b9ccc4ca0a5cb35c6cc76a8d5247ac914561d64 (patch)
tree9fc3b9ae2f2cd16e405bb953e390381953ded447 /src/pq/pq_helper.c
parent3ac86568b0223ab3dfca83b497208dc0f2261fdd (diff)
downloadexchange-6b9ccc4ca0a5cb35c6cc76a8d5247ac914561d64.tar.gz
exchange-6b9ccc4ca0a5cb35c6cc76a8d5247ac914561d64.tar.bz2
exchange-6b9ccc4ca0a5cb35c6cc76a8d5247ac914561d64.zip
fixing misc. minor bugs, towards getting testcases to work
Diffstat (limited to 'src/pq/pq_helper.c')
-rw-r--r--src/pq/pq_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_helper.c b/src/pq/pq_helper.c
index b172a94bf..183bd43f2 100644
--- a/src/pq/pq_helper.c
+++ b/src/pq/pq_helper.c
@@ -155,7 +155,7 @@ TALER_PQ_RESULT_SPEC_AMOUNT (const char *name,
struct TALER_Amount *amount)
{
struct TALER_PQ_ResultSpec res =
- {TALER_PQ_RF_AMOUNT, (void *) (&amount), sizeof (amount), (name), NULL };
+ {TALER_PQ_RF_AMOUNT, (void *) (&amount), sizeof (*amount), (name), NULL };
return res;
}