소스 검색

Resolve the symlinks on the root of fs transforms

default_compile_flags
vector-of-bool 4 년 전
부모
커밋
d10384c2fb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/dds/util/fs_transform.cpp

+ 2
- 1
src/dds/util/fs_transform.cpp 파일 보기

@@ -252,7 +252,8 @@ void do_write(const struct fs_transformation::write& oper, path_ref root) {

} // namespace

void dds::fs_transformation::apply_to(dds::path_ref root) const {
void dds::fs_transformation::apply_to(dds::path_ref root_) const {
auto root = fs::weakly_canonical(root_);
if (copy) {
do_relocate(*copy, root, true);
}

Loading…
취소
저장