commit 2517beb3395dae071432dd632112004cdae54d65
parent 391cc7dec5f52b81ba39497310bb2bd9c6d020c5
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 2 Aug 2026 21:10:01 +0200
also select on quality=0.0
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_statics.c b/src/backend/taler-merchant-httpd_statics.c
@@ -76,7 +76,7 @@ static const struct TVE *
lookup_file (struct MHD_Connection *connection,
const char *name)
{
- double best_q = 0.0;
+ double best_q = -1.0;
struct TVE *best = NULL;
const char *lang;