* path.cc (path_conv::check): Don't strip trailing dots and spaces
at the start of the path.
This commit is contained in:
@@ -928,7 +928,7 @@ out:
|
||||
else if (!tail)
|
||||
tail = p;
|
||||
|
||||
if (!tail)
|
||||
if (!tail || tail == path)
|
||||
/* nothing */;
|
||||
else if (tail[-1] != '\\')
|
||||
{
|
||||
|
Reference in New Issue
Block a user