gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: cleaner


From: gnunet
Subject: [taler-exchange] branch master updated: cleaner
Date: Sat, 16 Nov 2019 10:06:00 +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 48ff9362 cleaner
     new 7b353c01 merge
48ff9362 is described below

commit 48ff93626cb9d6c54806b2da3f829c5da39da213
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 16 10:05:34 2019 +0100

    cleaner
---
 src/util/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/util.c b/src/util/util.c
index 10d5d53f..e82be368 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -270,7 +270,7 @@ TALER_url_join (const char *base_url,
   GNUNET_assert (NULL != base_url);
   GNUNET_assert (NULL != path);
 
-  if (strlen (base_url) == 0)
+  if (0 == strlen (base_url))
   {
     /* base URL can't be empty */
     GNUNET_break (0);

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



reply via email to

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