]> code.delx.au - gnu-emacs/commitdiff
(get_volume_info): Always update *pPath correctly, even if
authorKarl Heuer <kwzh@gnu.org>
Wed, 22 May 1996 00:36:27 +0000 (00:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 22 May 1996 00:36:27 +0000 (00:36 +0000)
UNC header is incomplete.

src/w32.c

index 540974dad5166b4f00979fdfc07121b9524d2384..845203a774e42deff4475e5c76afc4c67ee89ab6 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -724,9 +724,6 @@ get_volume_info (const char * name, const char ** pPath)
        }
       while ( *name );
 
-      if (slashes > 1)
-       return FALSE;
-
       *str++ = '\\';
       *str = 0;
     }