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: fix format string i


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix format string issue
Date: Sun, 07 May 2017 12:53:58 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2af84a1  fix format string issue
2af84a1 is described below

commit 2af84a1a11396eb113977a53f8c4608e8a909ee5
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 7 12:53:55 2017 +0200

    fix format string issue
---
 src/backend/taler-merchant-httpd_history.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_history.c 
b/src/backend/taler-merchant-httpd_history.c
index fb0c0cc..315907a 100644
--- a/src/backend/taler-merchant-httpd_history.c
+++ b/src/backend/taler-merchant-httpd_history.c
@@ -48,7 +48,7 @@ pd_cb (void *cls,
 
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "/history's row_id: %llu\n",
-              row_id);
+              (unsigned long long) row_id);
 
   GNUNET_assert (-1 != json_unpack ((json_t *) proposal_data,
                                     "{s:o, s:o, s:{s:o}}",
@@ -142,7 +142,7 @@ MH_handler_history (struct TMH_RequestHandler *rh,
   }
 
   /* Here goes the cherry-picking logic */
-  
+
   str = MHD_lookup_connection_value (connection,
                                      MHD_GET_ARGUMENT_KIND,
                                      "order_id");

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



reply via email to

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