mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
parent
c12d2f80f2
commit
9dc213b296
@@ -177,9 +177,9 @@ namespace Genode {
|
||||
*/
|
||||
void _canonicalize()
|
||||
{
|
||||
strip_superfluous_slashes(_path);
|
||||
strip_superfluous_dotslashes(_path);
|
||||
strip_double_dot_dirs(_path);
|
||||
strip_superfluous_slashes(_path);
|
||||
remove_trailing('.', _path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user