gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7118 - in GNUnet/src: applications/fs/fsui util/containers


From: gnunet
Subject: [GNUnet-SVN] r7118 - in GNUnet/src: applications/fs/fsui util/containers
Date: Tue, 10 Jun 2008 04:53:57 -0600 (MDT)

Author: holindho
Date: 2008-06-10 04:53:57 -0600 (Tue, 10 Jun 2008)
New Revision: 7118

Modified:
   GNUnet/src/applications/fs/fsui/upload.c
   GNUnet/src/util/containers/meta.c
Log:
fix


Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2008-06-10 08:55:01 UTC (rev 
7117)
+++ GNUnet/src/applications/fs/fsui/upload.c    2008-06-10 10:53:57 UTC (rev 
7118)
@@ -431,7 +431,7 @@
                 {
                   if (*p == DIR_SEPARATOR)
                     *p = '/';
-                  else if (*p == '/' || *p == '\\')
+                  else if (*p == '\\')
                     *p = '_';
                   p++;
                 }

Modified: GNUnet/src/util/containers/meta.c
===================================================================
--- GNUnet/src/util/containers/meta.c   2008-06-10 08:55:01 UTC (rev 7117)
+++ GNUnet/src/util/containers/meta.c   2008-06-10 10:53:57 UTC (rev 7118)
@@ -118,7 +118,7 @@
         {
           if (*p == DIR_SEPARATOR)
             *p = '/';
-          else if (*p == '/' || *p == '\\')
+          else if (*p == '\\')
             *p = '_';
           p++;
         }





reply via email to

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