From 4cec9428d6a530aa54ee586ee7571a3b27fc3486 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 1 Sep 2025 19:32:26 -0500 Subject: [PATCH] fs_clonepath.cpp --- src/fs_clonepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_clonepath.cpp b/src/fs_clonepath.cpp index 8b5d55ed..3d0cd075 100644 --- a/src/fs_clonepath.cpp +++ b/src/fs_clonepath.cpp @@ -73,7 +73,7 @@ fs::clonepath(const string &srcpath_, return 0; relpath = relpath_; - if(relpath[0] != '/') + if(relpath_[0] != '/') relpath = '/' + relpath; dirname = relpath.parent_path();