gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3949 - GNUnet/src/applications/fs/collection


From: grothoff
Subject: [GNUnet-SVN] r3949 - GNUnet/src/applications/fs/collection
Date: Sat, 16 Dec 2006 19:35:31 -0800 (PST)

Author: grothoff
Date: 2006-12-16 19:35:30 -0800 (Sat, 16 Dec 2006)
New Revision: 3949

Modified:
   GNUnet/src/applications/fs/collection/collection.c
Log:
fix

Modified: GNUnet/src/applications/fs/collection/collection.c
===================================================================
--- GNUnet/src/applications/fs/collection/collection.c  2006-12-17 03:33:26 UTC 
(rev 3948)
+++ GNUnet/src/applications/fs/collection/collection.c  2006-12-17 03:35:30 UTC 
(rev 3949)
@@ -133,11 +133,11 @@
   char * fn;
   char * fnBase;
 
-  GC_get_configuration_value_string(cfg,
-                                   "GNUNET",
-                                   "GNUNET_HOME",
-                                   GNUNET_HOME_DIRECTORY,
-                                   &fnBase);
+  GC_get_configuration_value_filename(cfg,
+                                     "GNUNET",
+                                     "GNUNET_HOME",
+                                     GNUNET_HOME_DIRECTORY,
+                                     &fnBase);
   fn = MALLOC(strlen(fnBase) +
              strlen(COLLECTION) +
              4);





reply via email to

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