gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix FTBFS


From: gnunet
Subject: [gnunet] branch master updated: fix FTBFS
Date: Sun, 19 Apr 2020 21:46:36 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

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

commit e264221eb629019887019935e7680faa5ec36720
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Apr 19 21:41:54 2020 +0200

    fix FTBFS
---
 src/json/json_helper.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index ea8408762..74a92ce9f 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -554,7 +554,7 @@ GNUNET_JSON_spec_uint64 (const char *name,
  * @return #GNUNET_OK upon successful parsing; #GNUNET_SYSERR upon error
  */
 static int
-parse_u64 (void *cls,
+parse_i64 (void *cls,
            json_t *root,
            struct GNUNET_JSON_Specification *spec)
 {
@@ -579,8 +579,8 @@ parse_u64 (void *cls,
  * @param[out] i64 where to store the integer found under @a name
  */
 struct GNUNET_JSON_Specification
-GNUNET_JSON_spec_uint64 (const char *name,
-                         int64_t *i64)
+GNUNET_JSON_spec_int64 (const char *name,
+                        int64_t *i64)
 {
   struct GNUNET_JSON_Specification ret = {
     .parser = &parse_i64,

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



reply via email to

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