[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant] branch master updated: declare var at begi
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant] branch master updated: declare var at beginning of scope... |
Date: |
Wed, 04 Apr 2018 17:07:55 +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 ccfc69e declare var at beginning of scope...
ccfc69e is described below
commit ccfc69ed28b7c5efa685b0d5255534a28d1d6f5b
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 4 17:07:51 2018 +0200
declare var at beginning of scope...
---
src/backenddb/plugin_merchantdb_postgres.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c
b/src/backenddb/plugin_merchantdb_postgres.c
index 96a5de9..7e5dd91 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -2609,6 +2609,7 @@ process_deposits_for_refund_cb (void *cls,
{
const struct TALER_Amount *increment;
struct TALER_Amount left;
+ struct TALER_Amount remaining_refund;
/* How much of the coin is left after the existing refunds? */
if (GNUNET_SYSERR ==
@@ -2631,8 +2632,6 @@ process_deposits_for_refund_cb (void *cls,
continue;
}
- struct TALER_Amount remaining_refund;
-
/* How much of the refund is left? */
if (GNUNET_SYSERR ==
TALER_amount_subtract (&remaining_refund,
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-merchant] branch master updated: declare var at beginning of scope...,
gnunet <=