Skip to content

Commit

Permalink
fix resolveLink() bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Durand committed Jun 9, 2011
1 parent 53ad14e commit a4deb03
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/bpfile_UNIX.cpp
Expand Up @@ -249,12 +249,6 @@ resolveLink(const bfs::path& path,
target.clear();
}

if (rval) {
target = linkVal;
} else {
target.clear();
}

if (cfd >= 0) {
::fchdir(cfd);
::close(cfd);
Expand Down

0 comments on commit a4deb03

Please sign in to comment.