gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: adjust to exchange API change


From: gnunet
Subject: [taler-merchant] branch master updated: adjust to exchange API change
Date: Wed, 19 Aug 2020 18:20:24 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ee01d41  adjust to exchange API change
ee01d41 is described below

commit ee01d4150da2d4803300a82e10a0e475e7484554
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 19 18:20:22 2020 +0200

    adjust to exchange API change
---
 src/backend/taler-merchant-httpd_templating.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_templating.c 
b/src/backend/taler-merchant-httpd_templating.c
index 50868ad..3fcdceb 100644
--- a/src/backend/taler-merchant-httpd_templating.c
+++ b/src/backend/taler-merchant-httpd_templating.c
@@ -20,6 +20,7 @@
  */
 #include "platform.h"
 #include <gnunet/gnunet_util_lib.h>
+#include <taler/taler_util.h>
 #include <taler/taler_mhd_lib.h>
 #include "taler-merchant-httpd_templating.h"
 #include "../mustach/mustach.h"
@@ -196,10 +197,10 @@ lookup_template (struct MHD_Connection *connection,
                      name))
       continue; /* does not match by name */
     if ( (NULL == best) ||
-         (TALER_MHD_language_matches (lang,
-                                      loaded[i].lang) >
-          TALER_MHD_language_matches (lang,
-                                      best->lang) ) )
+         (TALER_language_matches (lang,
+                                  loaded[i].lang) >
+          TALER_language_matches (lang,
+                                  best->lang) ) )
       best = &loaded[i];
   }
   if (NULL == best)

-- 
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]