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: reduce size of orde


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: reduce size of order ID
Date: Mon, 26 Aug 2019 20:49:17 +0200

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 fe11d8a  reduce size of order ID
fe11d8a is described below

commit fe11d8a775ba848363a4e2b1ab41b3558aa1e755
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 26 20:48:53 2019 +0200

    reduce size of 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 31a0b29..f522786 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -208,7 +208,7 @@ proposal_put (struct MHD_Connection *connection,
     }
     off = strftime (buf,
                     sizeof (buf),
-                    "%Y.%j.%H.%M.%S",
+                    "%Y.%j",
                     tm_info);
     buf[off++] = '-';
     rand = GNUNET_CRYPTO_random_u64 (GNUNET_CRYPTO_QUALITY_WEAK,

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



reply via email to

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