gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: fix type


From: gnunet
Subject: [taler-donau] branch master updated: fix type
Date: Tue, 09 Jan 2024 00:34:33 +0100

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

johannes-casaburi pushed a commit to branch master
in repository donau.

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

commit 407545f04caa21247e5e4bcac556e4fc36e627b2
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Tue Jan 9 00:34:11 2024 +0100

    fix type
---
 src/donau/donau-httpd_post-charity.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/donau/donau-httpd_post-charity.c 
b/src/donau/donau-httpd_post-charity.c
index 1268445..6fde1f1 100644
--- a/src/donau/donau-httpd_post-charity.c
+++ b/src/donau/donau-httpd_post-charity.c
@@ -103,10 +103,10 @@ DH_handler_charity_post (
   struct InsertCharityContext icc;
 
   struct GNUNET_JSON_Specification spec[] = {
-    GNUNET_JSON_spec_array_const ("charity_url",
-                                  &icc.charity_url),
-    GNUNET_JSON_spec_array_const ("charity_name",
-                                  &icc.charity_name),
+    GNUNET_JSON_spec_string ("charity_url",
+                             &icc.charity_url),
+    GNUNET_JSON_spec_string ("charity_name",
+                             &icc.charity_name),
     GNUNET_JSON_spec_end ()
   };
 

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