merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 905012551c8c17613753051a2b206f749e60e95d
parent 6060c480d725ef920b74393d9d178e491b2d2d42
Author: Florian Dold <florian@dold.me>
Date:   Mon, 17 May 2021 15:26:42 +0200

fix mime lookup

Diffstat:
Msrc/backend/taler-merchant-httpd_statics.c | 2+-
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 @@ -173,7 +173,7 @@ load_static_file (void *cls, if (NULL == end) { /* language was not present, we ONLY have the extension */ - end = lang; + end = lang - 1; lang = NULL; } /* finally open template */