From e73d583725be31f5c3eef1fbcb2735d479fce891 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 24 Nov 2024 00:36:18 -0600 Subject: [PATCH] func_getattr_ff.cpp --- src/func_getattr_ff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_getattr_ff.cpp b/src/func_getattr_ff.cpp index b2c6bdf9..70af71f1 100644 --- a/src/func_getattr_ff.cpp +++ b/src/func_getattr_ff.cpp @@ -19,7 +19,7 @@ Func2::GetattrFF::process(const Branches &branches_, fullpath = branch.path; fullpath /= fusepath_; rv = fs::lstat(fullpath.c_str(),st_); - printf("%s %d\n",fullpath,rv); + printf("%s %d\n",fullpath.c_str(),rv); if(rv == 0) return 0; }