Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 2 months ago
parent
commit
10ad8ceda4
  1. 2
      src/fs_find_mount_point.cpp

2
src/fs_find_mount_point.cpp

@ -19,7 +19,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
{
rv = fs::lstat(tmp_path,&tmp_st);
if(rv == -1)
return -1;
return {};
}

Loading…
Cancel
Save