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: prettier automatic


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: prettier automatic order_id
Date: Sun, 12 Feb 2017 18:21:28 +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 bdad018  prettier automatic order_id
bdad018 is described below

commit bdad018fe5c19d33b1eb6815f2105886bea1691d
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 18:21:26 2017 +0100

    prettier automatic order_id
---
 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 7df1742..1391003 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,
-              "%llu\n", 
+              "-%llX\n", 
               (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]