commit 5ec2b74a0e91c4799f521fcc71923506777ef515
parent 35d52699018a62851ba1420715d4bec3818a190a
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 28 Nov 2023 11:42:37 +0900
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat:
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/contrib/locale/de/LC_MESSAGES/exchange-tos-v0.po b/contrib/locale/de/LC_MESSAGES/exchange-tos-v0.po
@@ -17,10 +17,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-msgid "Terms Of Service"
-msgstr "Allgemeine Geschaeftsbedingungen"
+msgid "Terms of Service"
+msgstr "Allgemeine Geschäftsbedingungen"
-msgid "Last Updated: 12.4.2019"
+msgid "Last Updated: 27.11.2023"
msgstr ""
msgid ""
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
@@ -5867,7 +5867,7 @@ struct TALER_DenominationGroup
enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher;
/**
- * Age mask for the denomiation.
+ * Age mask for the denomination.
*/
struct TALER_AgeMask age_mask;
diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c
@@ -1208,7 +1208,7 @@ extract_array_generic (
in += sizeof(val);
/* total size for this array-entry */
- FAIL_IF (sizeof(ap) > sz);
+ FAIL_IF (sizeof(ap) != sz);
GNUNET_memcpy (&ap,
in,