gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1044 - GNUnet/src/util


From: grothoff
Subject: [GNUnet-SVN] r1044 - GNUnet/src/util
Date: Sun, 26 Jun 2005 02:51:47 -0700 (PDT)

Author: grothoff
Date: 2005-06-26 02:51:45 -0700 (Sun, 26 Jun 2005)
New Revision: 1044

Modified:
   GNUnet/src/util/port.c
Log:
const

Modified: GNUnet/src/util/port.c
===================================================================
--- GNUnet/src/util/port.c      2005-06-26 09:50:26 UTC (rev 1043)
+++ GNUnet/src/util/port.c      2005-06-26 09:51:45 UTC (rev 1044)
@@ -30,7 +30,7 @@
  */
 unsigned short getGNUnetPort() {
   unsigned short port;
-  char *setting;
+  const char *setting;
   
   if (testConfigurationString("GNUNETD", "_MAGIC_", "YES"))
                setting = "PORT";





reply via email to

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