gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 02/02: use dot to separate default order_i


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/02: use dot to separate default order_id for friendlier URLs
Date: Tue, 16 Jan 2018 14:47:43 +0100

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

dold pushed a commit to branch master
in repository merchant.

commit a1a517952fb1d281de9347b466b8f896a8c55887
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 16 14:47:38 2018 +0100

    use dot to separate default order_id for friendlier URLs
---
 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 dcbe3d9..82a38bd 100644
--- a/src/backend/taler-merchant-httpd_proposal.c
+++ b/src/backend/taler-merchant-httpd_proposal.c
@@ -203,7 +203,7 @@ proposal_put (struct MHD_Connection *connection,
     }
     off = strftime (buf,
                     sizeof (buf),
-                    "%H:%M:%S",
+                    "%H.%M.%S",
                     tm_info);
     snprintf (buf + off,
              sizeof (buf) - off,

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



reply via email to

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