This commit is contained in:
Christian Grothoff 2019-11-16 10:05:34 +01:00
parent c0a87f1087
commit 48ff93626c
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);