summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-27 22:06:44 +0000
committerRoland McGrath <roland@redhat.com>1992-08-27 22:06:44 +0000
commit602d1e18af9c2ba03219c84a2cb3dedc5d3b6887 (patch)
tree58edb5e41990bd997f3d59aa14e581dbcdfd6a2c /file.c
parent178a7587380e03675d03b45ecda3fe8f8931caa5 (diff)
downloadgunmake-602d1e18af9c2ba03219c84a2cb3dedc5d3b6887.tar.gz
Formerly file.c.~18~
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 6d81a67..2e5f73f 100644
--- a/file.c
+++ b/file.c
@@ -138,7 +138,7 @@ rename_file (file, name)
HASH (oldhash, *n);
oldhash %= FILE_BUCKETS;
- file_hash_enter (file, name, oldhash);
+ file_hash_enter (file, name, oldhash, file->name);
}
void