gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9447 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9447 - gnunet/src/util
Date: Tue, 10 Nov 2009 01:37:40 -0700

Author: grothoff
Date: 2009-11-10 01:37:40 -0700 (Tue, 10 Nov 2009)
New Revision: 9447

Modified:
   gnunet/src/util/configuration.c
Log:
fixing compile errors

Modified: gnunet/src/util/configuration.c
===================================================================
--- gnunet/src/util/configuration.c     2009-11-10 08:35:00 UTC (rev 9446)
+++ gnunet/src/util/configuration.c     2009-11-10 08:37:40 UTC (rev 9447)
@@ -106,7 +106,7 @@
 struct DiffHandle
 {
   const struct GNUNET_CONFIGURATION_Handle *cfgDefault;
-  const struct GNUNET_CONFIGURATION_Handle *cfgDiff;
+  struct GNUNET_CONFIGURATION_Handle *cfgDiff;
 };
 
 
@@ -495,6 +495,7 @@
        (strcmp (entNew->val, value) == 0) )
     return;
   GNUNET_CONFIGURATION_set_value_string (dh->cfgDiff,
+                                        section,
                                         option,
                                         value);
 }





reply via email to

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