gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37720 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37720 - libmicrohttpd/src/microhttpd
Date: Mon, 15 Aug 2016 13:05:56 +0200

Author: grothoff
Date: 2016-08-15 13:05:56 +0200 (Mon, 15 Aug 2016)
New Revision: 37720

Modified:
   libmicrohttpd/src/microhttpd/internal.h
Log:
-use const, as this may actually point to a const string

Modified: libmicrohttpd/src/microhttpd/internal.h
===================================================================
--- libmicrohttpd/src/microhttpd/internal.h     2016-08-14 15:25:12 UTC (rev 
37719)
+++ libmicrohttpd/src/microhttpd/internal.h     2016-08-15 11:05:56 UTC (rev 
37720)
@@ -613,7 +613,7 @@
    * Requested URL (everything after "GET" only).  Allocated
    * in pool.
    */
-  char *url;
+  const char *url;
 
   /**
    * HTTP version string (i.e. http/1.1).  Allocated




reply via email to

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