From 3d5f6e2d9a6b3e2fe90820b95763370a459b5591 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 2 Jan 2026 13:49:56 -0600 Subject: [PATCH] mergerfs_collect_info.cpp --- src/mergerfs_collect_info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mergerfs_collect_info.cpp b/src/mergerfs_collect_info.cpp index 17c275d8..d6824c2e 100644 --- a/src/mergerfs_collect_info.cpp +++ b/src/mergerfs_collect_info.cpp @@ -83,7 +83,7 @@ _mount_point_stats(const std::string &output_) { std::vector allpaths; - mergerfs::api::allpaths(mount.dir.string(),allpaths); + mergerfs::api::allpaths(mount.dir.string(),&allpaths); for(const auto &path : allpaths) { ::_run({"stat",path.c_str()},output_);