Pass a useful pathname to rlink(). Many thanks to the PR originator
for all the debugging work. PR: 21017 Reported by: Gerhard Sittig <Gerhard.Sittig@gmx.net> Submitted by: Jos Backus <josb@cncdsl.com>,
This commit is contained in:
parent
4df37ee8ee
commit
35614d23c5
@ -298,7 +298,8 @@ typeerr: LABEL;
|
||||
}
|
||||
#endif /* RMD160 */
|
||||
|
||||
if (s->flags & F_SLINK && strcmp(cp = rlink(name), s->slink)) {
|
||||
if (s->flags & F_SLINK &&
|
||||
strcmp(cp = rlink(p->fts_accpath), s->slink)) {
|
||||
LABEL;
|
||||
(void)printf("%slink ref (%s, %s)\n", tab, cp, s->slink);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user