aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-05-22 00:36:27 +0000
committerKarl Heuer1996-05-22 00:36:27 +0000
commit139b57253d3f96a3584d76fd6ff9d541d2e78ab5 (patch)
tree274c89654276167629016fc0d801e1d30e7ce127 /src
parentef23bc074f7324b7c2c71a515f1298d3aebdbcb5 (diff)
downloademacs-139b57253d3f96a3584d76fd6ff9d541d2e78ab5.tar.gz
emacs-139b57253d3f96a3584d76fd6ff9d541d2e78ab5.zip
(get_volume_info): Always update *pPath correctly, even if
UNC header is incomplete.
Diffstat (limited to 'src')
-rw-r--r--src/w32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/w32.c b/src/w32.c
index 540974dad51..845203a774e 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -724,9 +724,6 @@ get_volume_info (const char * name, const char ** pPath)
724 } 724 }
725 while ( *name ); 725 while ( *name );
726 726
727 if (slashes > 1)
728 return FALSE;
729
730 *str++ = '\\'; 727 *str++ = '\\';
731 *str = 0; 728 *str = 0;
732 } 729 }