gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: fix FTBFS


From: gnunet
Subject: [taler-exchange] 02/02: fix FTBFS
Date: Sat, 18 Jan 2020 23:34:59 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 6e17a847e8267ae10beaa8fc849bf10517088ab2
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jan 18 23:28:35 2020 +0100

    fix FTBFS
---
 src/bank-lib/fakebank.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 0de31fc7..e12a9d79 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -933,7 +933,7 @@ handle_debit_history (struct TALER_FAKEBANK_Handle *h,
     if (0 > ha.delta)
       pos = pos->prev;
     else
-      pos = pos->tail;
+      pos = pos->next;
   }
   else
   {

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



reply via email to

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