]> git.tdb.fi Git - libs/core.git/commit
Fix an issue with normalizing paths of the form /foo/..
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 15:32:24 +0000 (17:32 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 15:32:24 +0000 (17:32 +0200)
commitdbb2e02721b6250a434a807d92126c7716c40a15
tree8f7a3fe480538345bd984874889d005d3545ebf8
parentdb3397e3b7b9839714ce28d9df2a8f226f2e58b2
Fix an issue with normalizing paths of the form /foo/..

The separator indicating the root directory was being incorrectly
removed, resulting in a path denoting the current directory.
source/fs/path.cpp
tests/path.cpp