mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +00:00
Formerly file.c.~18~
This commit is contained in:
parent
178a758738
commit
602d1e18af
1 changed files with 1 additions and 1 deletions
2
file.c
2
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
|
||||
|
|
Loading…
Reference in a new issue