gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: fix mime lookup


From: gnunet
Subject: [taler-merchant] branch master updated: fix mime lookup
Date: Mon, 17 May 2021 15:26:54 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 90501255 fix mime lookup
90501255 is described below

commit 905012551c8c17613753051a2b206f749e60e95d
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon May 17 15:26:42 2021 +0200

    fix mime lookup
---
 src/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
index ea94d9bf..69331087 100644
--- 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 */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]