diff options
| author | Karl Heuer | 1996-05-22 00:36:27 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-22 00:36:27 +0000 |
| commit | 139b57253d3f96a3584d76fd6ff9d541d2e78ab5 (patch) | |
| tree | 274c89654276167629016fc0d801e1d30e7ce127 /src | |
| parent | ef23bc074f7324b7c2c71a515f1298d3aebdbcb5 (diff) | |
| download | emacs-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.c | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -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 | } |