Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
0d64afdaea
  1. 2
      src/fs_find_mount_point.cpp

2
src/fs_find_mount_point.cpp

@ -24,5 +24,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
tmp_path = tmp_path.parent_path();
}
return 0;
return {};
}
Loading…
Cancel
Save