diff options
Diffstat (limited to 'file.c')
-rw-r--r-- | file.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -134,6 +134,9 @@ rename_file (file, name) register struct file *f; struct file *oldfile; + while (file->renamed != 0) + file = file->renamed; + /* Find the hash values of the old and new names. */ oldhash = 0; |