white space
This commit is contained in:
parent
4f7544bc97
commit
dce0c241ef
|
@ -1523,7 +1523,7 @@ mount_info::conv_to_win32_path (const char *src_path, char *dst, device& dev,
|
||||||
MALLOC_CHECK;
|
MALLOC_CHECK;
|
||||||
/* If the path is on a network drive, bypass the mount table.
|
/* If the path is on a network drive, bypass the mount table.
|
||||||
If it's // or //MACHINE, use the netdrive device. */
|
If it's // or //MACHINE, use the netdrive device. */
|
||||||
if (src_path[1] == '/')
|
if (src_path[1] == '/')
|
||||||
{
|
{
|
||||||
if (!strchr (src_path + 2, '/'))
|
if (!strchr (src_path + 2, '/'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue