gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: no newline


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: no newline
Date: Sun, 12 Feb 2017 18:22:21 +0100

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 30467b1  no newline
30467b1 is described below

commit 30467b16b82f7cb1603268156d9edc1d6308b786
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 18:22:18 2017 +0100

    no newline
---
 src/backend/taler-merchant-httpd_proposal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_proposal.c 
b/src/backend/taler-merchant-httpd_proposal.c
index 1391003..51ea038 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -172,7 +172,7 @@ proposal_put (struct MHD_Connection *connection, json_t 
*order)
 
     off = strftime (buf, sizeof (buf), "%H:%M:%S", tm_info);
     snprintf (buf + off, sizeof (buf) - off,
-              "-%llX\n", 
+              "-%llX", 
               (long long unsigned) GNUNET_CRYPTO_random_u64 
(GNUNET_CRYPTO_QUALITY_WEAK, UINT64_MAX));
     json_object_set (order, "order_id", json_string (buf));
   }

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



reply via email to

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