Formerly file.c.~18~

This commit is contained in:
Roland McGrath 1992-08-27 22:06:44 +00:00
parent 178a758738
commit 602d1e18af

2
file.c
View file

@ -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