gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: remove const from query string in GNUNET


From: gnunet
Subject: [gnunet] branch master updated: remove const from query string in GNUNET_uri
Date: Tue, 25 Aug 2020 03:22:54 +0200

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

jonathan-buchanan pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e36180a17 remove const from query string in GNUNET_uri
e36180a17 is described below

commit e36180a17c8da8d3639f42924ce56c11fec1fddd
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Mon Aug 24 21:16:24 2020 -0400

    remove const from query string in GNUNET_uri
---
 src/include/gnunet_uri_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/gnunet_uri_lib.h b/src/include/gnunet_uri_lib.h
index 86c9c54f4..48db0ac85 100644
--- a/src/include/gnunet_uri_lib.h
+++ b/src/include/gnunet_uri_lib.h
@@ -60,7 +60,7 @@ struct GNUNET_Uri
   /**
    * The query of the uri. If not present in the uri, NULL.
    */
-  const char *query;
+  char *query;
 
 
   /**

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