diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-27 22:06:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-27 22:06:44 +0000 |
commit | 602d1e18af9c2ba03219c84a2cb3dedc5d3b6887 (patch) | |
tree | 58edb5e41990bd997f3d59aa14e581dbcdfd6a2c | |
parent | 178a7587380e03675d03b45ecda3fe8f8931caa5 (diff) | |
download | gunmake-602d1e18af9c2ba03219c84a2cb3dedc5d3b6887.tar.gz |
Formerly file.c.~18~
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |