gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -allow NULL for i18n


From: gnunet
Subject: [taler-exchange] branch master updated: -allow NULL for i18n
Date: Sun, 04 Jun 2023 01:29:25 +0200

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 9718bc49 -allow NULL for i18n
9718bc49 is described below

commit 9718bc4920ab4781378b777bf3e2af275c8d0575
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 4 01:29:21 2023 +0200

    -allow NULL for i18n
---
 src/json/json_helper.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index fd7e99d9..5c0f8bad 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -1237,11 +1237,6 @@ parse_i18n_string (void *cls,
     const char *str;
 
     str = json_string_value (val);
-    if (NULL == str)
-    {
-      GNUNET_break_op (0);
-      return GNUNET_SYSERR;
-    }
     *(const char **) spec->ptr = str;
   }
   return GNUNET_OK;

-- 
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]