summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_helper.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:50 +0200
committerChristian Grothoff <christian@grothoff.org>2023-07-30 12:32:50 +0200
commit04e4c185002020e69130acfd243dbf971f5af348 (patch)
tree0969adc211d61dd978134e2267698f9f381db507 /src/auditordb/pg_helper.h
parent35011bf29b4576b8c63b71538557da1fd3ae657a (diff)
downloadexchange-04e4c185002020e69130acfd243dbf971f5af348.tar.gz
exchange-04e4c185002020e69130acfd243dbf971f5af348.tar.bz2
exchange-04e4c185002020e69130acfd243dbf971f5af348.zip
-remove _tuple suffix
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)