Fix bug that can cuase a loop to become endless.

The bug is triggered by attempts to copy in (-i) a file which happens
to have zero length.
This commit is contained in:
obrien 1997-04-03 11:24:59 +00:00
parent 53af8e0438
commit 38e82dbbff

View File

@ -1321,7 +1321,6 @@ create_final_defers ()
for (d = deferments; d != NULL; d = d->next)
{
d = deferments;
link_res = link_to_maj_min_ino (d->header.c_name,
d->header.c_dev_maj, d->header.c_dev_maj,
d->header.c_ino);