* path.cc (path_conv::check): Remove embedded dots before slashes.

This commit is contained in:
Christopher Faylor
2005-05-17 01:08:58 +00:00
parent 451c738bef
commit b55ba2f3da
2 changed files with 6 additions and 2 deletions

View File

@ -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;