aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_helper.h')
-rw-r--r--src/auditordb/pg_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/pg_helper.h b/src/auditordb/pg_helper.h
index 3672a2a55..54ccd5978 100644
--- a/src/auditordb/pg_helper.h
+++ b/src/auditordb/pg_helper.h
@@ -112,7 +112,7 @@ struct PostgresClosure
* @param[out] amountp pointer to amount to set
*/
#define TALER_PQ_RESULT_SPEC_AMOUNT(field, \
- amountp) TALER_PQ_result_spec_amount_tuple ( \
+ amountp) TALER_PQ_result_spec_amount ( \
field,pg->currency,amountp)