gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19732 - gnunet-gtk/src/lib


From: gnunet
Subject: [GNUnet-SVN] r19732 - gnunet-gtk/src/lib
Date: Wed, 8 Feb 2012 15:07:32 +0100

Author: grothoff
Date: 2012-02-08 15:07:32 +0100 (Wed, 08 Feb 2012)
New Revision: 19732

Modified:
   gnunet-gtk/src/lib/os_installation.c
Log:
-hack

Modified: gnunet-gtk/src/lib/os_installation.c
===================================================================
--- gnunet-gtk/src/lib/os_installation.c        2012-02-08 14:04:25 UTC (rev 
19731)
+++ gnunet-gtk/src/lib/os_installation.c        2012-02-08 14:07:32 UTC (rev 
19732)
@@ -206,7 +206,7 @@
   while (NULL != (end = strchr (pos, ':')))
   {
     *end = '\0';
-    sprintf (buf, "%s/%s", pos, "gnunet-gtk");
+    sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk");
     if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
     {
       pos = GNUNET_strdup (pos);
@@ -216,7 +216,7 @@
     }
     pos = end + 1;
   }
-  sprintf (buf, "%s/%s", pos, "gnunet-gtk");
+  sprintf (buf, "%s/%s", pos, "gnunet-fs-gtk");
   if (GNUNET_DISK_file_test (buf) == GNUNET_YES)
   {
     pos = GNUNET_strdup (pos);




reply via email to

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