diff --git a/src/mergerfs_api.cpp b/src/mergerfs_api.cpp index 21242059..95d66c91 100644 --- a/src/mergerfs_api.cpp +++ b/src/mergerfs_api.cpp @@ -68,7 +68,7 @@ mergerfs::api::allpaths(const std::string &input_path_, if(rv < 0) return rv; - str::split_on_null(val,&output_paths_); + str::split_on_null(val,output_paths_); return 0; }