gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix loop


From: gnunet
Subject: [taler-exchange] branch master updated: -fix loop
Date: Fri, 17 Nov 2023 20:18:09 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b4c164ad -fix loop
b4c164ad is described below

commit b4c164ad8eb27a25c9b2eacf1c3bb94e5c188df2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 17 20:18:01 2023 +0100

    -fix loop
---
 src/lib/exchange_api_stefan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_stefan.c b/src/lib/exchange_api_stefan.c
index c3576cd7..6f6c3f2c 100644
--- a/src/lib/exchange_api_stefan.c
+++ b/src/lib/exchange_api_stefan.c
@@ -307,7 +307,7 @@ TALER_EXCHANGE_keys_stefan_round (
   if (NULL == min)
     return;
   frac = min->fraction;
-  while (0 == frac % 10)
+  while (0 != frac % 10)
   {
     mod *= 10;
     frac /= 10;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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