From: Karl Heuer Date: Wed, 22 May 1996 00:36:27 +0000 (+0000) Subject: (get_volume_info): Always update *pPath correctly, even if X-Git-Tag: emacs-19.34~583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=139b57253d3f96a3584d76fd6ff9d541d2e78ab5;p=emacs.git (get_volume_info): Always update *pPath correctly, even if UNC header is incomplete. --- 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) } while ( *name ); - if (slashes > 1) - return FALSE; - *str++ = '\\'; *str = 0; }