|
@ -206,14 +206,11 @@ namespace l |
|
|
{ |
|
|
{ |
|
|
fs::ecpath ecpath; |
|
|
fs::ecpath ecpath; |
|
|
|
|
|
|
|
|
fmt::println("branch: {}",b.path); |
|
|
|
|
|
ecpath = fs::find_mount_point(b.path); |
|
|
ecpath = fs::find_mount_point(b.path); |
|
|
if(ecpath) |
|
|
if(ecpath) |
|
|
b.mount_path = *ecpath; |
|
|
b.mount_path = *ecpath; |
|
|
else |
|
|
else |
|
|
b.mount_path = b.path; |
|
|
b.mount_path = b.path; |
|
|
fmt::println("mount point: {}", |
|
|
|
|
|
b.mount_path.string()); |
|
|
|
|
|
b.mount_hash_digest = 0; |
|
|
b.mount_hash_digest = 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|