mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
fix(inode_ordering): should use lexically_relative
This commit is contained in:
parent
3b534c8eaf
commit
d6dd0406df
@ -228,7 +228,7 @@ void inode_ordering_<LoggerPolicy>::by_explicit_order(
|
|||||||
path_order.resize(raw.size());
|
path_order.resize(raw.size());
|
||||||
|
|
||||||
for (auto i : index) {
|
for (auto i : index) {
|
||||||
paths[i] = fs::relative(raw[i]->any()->fs_path(), root_path);
|
paths[i] = raw[i]->any()->fs_path().lexically_relative(root_path);
|
||||||
|
|
||||||
if (auto it = order.find(paths[i]); it != order.end()) {
|
if (auto it = order.find(paths[i]); it != order.end()) {
|
||||||
path_order[i] = it->second;
|
path_order[i] = it->second;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user