exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 692b0944688504a3cdcde524eeb1cab3077189af
parent 03019f206254e3c42e97042b500c380e54d90ed1
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 22:46:13 +0200

do not randomly match first language at q=0.0

Diffstat:
Msrc/json/i18n.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/json/i18n.c b/src/json/i18n.c @@ -31,7 +31,7 @@ TALER_JSON_extract_i18n (const json_t *object, { const json_t *ret; json_t *i18n; - double quality = -1; + double quality = 0.0; ret = json_object_get (object, field);