mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-10 13:28:31 +08:00
fs_find_mount_point.cpp
This commit is contained in:
@ -28,7 +28,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
|
|||||||
tmp_st.st_dev,
|
tmp_st.st_dev,
|
||||||
tmp_path.parent_path().string().c_str(),
|
tmp_path.parent_path().string().c_str(),
|
||||||
initial_st.st_dev,
|
initial_st.st_dev,
|
||||||
path_.string().c_str());
|
can_path.string().c_str());
|
||||||
if(tmp_st.st_dev != initial_st.st_dev)
|
if(tmp_st.st_dev != initial_st.st_dev)
|
||||||
return tmp_path;
|
return tmp_path;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user