parent
4bf6af7b55
commit
a0357abda7
|
@ -147,7 +147,7 @@ Path canonPath(PathView path, bool resolveSymlinks)
|
||||||
path = {};
|
path = {};
|
||||||
} else {
|
} else {
|
||||||
s += path.substr(0, slash);
|
s += path.substr(0, slash);
|
||||||
path = path.substr(slash + 1);
|
path = path.substr(slash);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If s points to a symlink, resolve it and continue from there */
|
/* If s points to a symlink, resolve it and continue from there */
|
||||||
|
|
Loading…
Reference in a new issue