gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23911 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r23911 - gnunet/src/transport
Date: Thu, 20 Sep 2012 13:09:59 +0200

Author: wachs
Date: 2012-09-20 13:09:59 +0200 (Thu, 20 Sep 2012)
New Revision: 23911

Modified:
   gnunet/src/transport/plugin_transport_http_server.c
Log:
- compile error

Modified: gnunet/src/transport/plugin_transport_http_server.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_server.c 2012-09-20 10:57:31 UTC 
(rev 23910)
+++ gnunet/src/transport/plugin_transport_http_server.c 2012-09-20 11:09:59 UTC 
(rev 23911)
@@ -930,7 +930,7 @@
   if (NULL == target_start)
   {
       /* no leading '/' */
-      target_start = url;
+      target_start = (char *) url;
   }
   target_start++;
   hash_length = separator - target_start;




reply via email to

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