diff src/fileio.c @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents 3d6bfa290dbd
children a2f645c6b9f8
line wrap: on
line diff
--- a/src/fileio.c	Mon Aug 13 09:56:30 2007 +0200
+++ b/src/fileio.c	Mon Aug 13 09:57:07 2007 +0200
@@ -973,6 +973,8 @@
   }
 #endif /* DOS_NT */
 
+  /* We *don't* want to handle // and /~ that way.  */
+#if 0
   /* Handle // and /~ in middle of file name
      by discarding everything through the first / of that sequence.  */
   p = nm;
@@ -998,6 +1000,7 @@
 
       p++;
     }
+#endif
 
   /* If nm is absolute, flush ...// and detect /./ and /../.
      If no /./ or /../ we can return right away. */