Browse Source

fs_find_mount_point.cpp

inodecalc
Antonio SJ Musumeci 4 weeks ago
parent
commit
d2bed6c050
  1. 2
      src/fs_find_mount_point.cpp

2
src/fs_find_mount_point.cpp

@ -2,7 +2,7 @@
#include "fs_lstat.hpp" #include "fs_lstat.hpp"
int
ghc::filesystem::path
fs::find_mount_point(const ghc::filesystem::path &path_) fs::find_mount_point(const ghc::filesystem::path &path_)
{ {
int rv; int rv;

Loading…
Cancel
Save