branches.cpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 22:30:36 -05:00
parent 27c255d256
commit ecb91d74ff

View File

@ -207,6 +207,7 @@ namespace l
ecpath = fs::find_mount_point(b.path);
if(ecpath)
b.mount_path = *ecpath;
}
return 0;