gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix separation between path and


From: gnunet
Subject: [taler-merchant] branch master updated: fix separation between path and query string
Date: Tue, 28 Jul 2020 17:48:31 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2e60ebf  fix separation between path and query string
2e60ebf is described below

commit 2e60ebf5464b537ce2466a3de44a3365700ad667
Author: MS <ms@taler.net>
AuthorDate: Tue Jul 28 17:48:00 2020 +0200

    fix separation between path and query string
---
 src/merchant-tools/taler-merchant-setup-reserve.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/merchant-tools/taler-merchant-setup-reserve.c 
b/src/merchant-tools/taler-merchant-setup-reserve.c
index 1adc6d4..f75b8cc 100644
--- a/src/merchant-tools/taler-merchant-setup-reserve.c
+++ b/src/merchant-tools/taler-merchant-setup-reserve.c
@@ -150,7 +150,7 @@ result_cb (void *cls,
                                      res_str,
                                      sizeof (res_str));
       fprintf (stdout,
-               "%s&subject=%s\n",
+               "%s?subject=%s\n",
                payto_uri,
                res_str);
     }

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