mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-26 15:04:04 +08:00
fs_find_mount_point.cpp
This commit is contained in:
parent
845101a5fb
commit
7c3119f9ee
@ -21,6 +21,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
|
|||||||
if(rv == -1)
|
if(rv == -1)
|
||||||
return {};
|
return {};
|
||||||
|
|
||||||
|
tmp_path = tmp_path.parent_path();
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user