diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e55e5b102..7378c9642 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,8 @@ 2006-03-12 Jim Meyering <jim@meyering.net> - * fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair is + * fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair matches that of the current directory (which we're about to chdir ".." out of), - then update it to be the dev-ino of the parent, instead. + then save the dev-ino of the parent, instead. * same-inode.h (SAME_INODE): New file/macro. * chdir-safer.c (SAME_INODE): Remove definition. |