* path.cc (symlink_info::check): Eliminate PATH_REP bit from pflags.

This commit is contained in:
Corinna Vinschen
2006-11-02 12:19:16 +00:00
parent 5fc8f227dc
commit 4521c4bd0c
2 changed files with 6 additions and 2 deletions

View File

@@ -3394,7 +3394,7 @@ symlink_info::check (char *path, const suffix_info *suffixes, unsigned opt)
major = 0;
minor = 0;
mode = 0;
pflags &= ~(PATH_SYMLINK | PATH_LNK);
pflags &= ~(PATH_SYMLINK | PATH_LNK | PATH_REP);
case_clash = false;
while (suffix.next ())