mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
move Path object to separate file
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ _readlink(const fs::find::Func searchFunc,
|
||||
const size_t size)
|
||||
{
|
||||
int rv;
|
||||
fs::Paths path;
|
||||
Paths path;
|
||||
|
||||
rv = searchFunc(srcmounts,fusepath,minfreespace,path);
|
||||
if(rv == -1)
|
||||
|
||||
Reference in New Issue
Block a user