* path.cc (path_conv::check): Remove embedded dots before slashes.
This commit is contained in:
@ -911,8 +911,8 @@ out:
|
||||
tail = NULL;
|
||||
else if (p[1] == '\\')
|
||||
{
|
||||
error = ENOENT;
|
||||
return;
|
||||
memmove (p, p + 1, strlen (p));
|
||||
tail = NULL;
|
||||
}
|
||||
else if (!tail)
|
||||
tail = p;
|
||||
|
Reference in New Issue
Block a user