gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: more tests, fix var


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: more tests, fix varargs invocation
Date: Wed, 31 Jan 2018 17:57:30 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 458b317  more tests, fix varargs invocation
458b317 is described below

commit 458b317727a2babd97572e197fd920f98059a39f
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 31 17:57:21 2018 +0100

    more tests, fix varargs invocation
---
 src/util/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/util.c b/src/util/util.c
index 00b67e2..c31dc1e 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -453,7 +453,7 @@ TALER_url_absolute_mhd (struct MHD_Connection *connection,
   }
 
   va_start (args, path);
-  result = TALER_url_absolute_raw (proto, host, prefix, path, args);
+  result = url_absolute_raw_va (proto, host, prefix, path, args);
   va_end (args);
   return result;
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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