(bitmap_operation): Reset CURRENT on deferred deletion.

From-SVN: r14525
This commit is contained in:
Richard Kenner 1997-07-24 21:49:10 -04:00
parent 42976354a6
commit 06f0e8f37c

View File

@ -384,7 +384,7 @@ bitmap_operation (to, from1, from2, operation)
if (to == from1 || to == from2)
{
delete_list = to->first;
to->first = 0;
to->first = to->current = 0;
}
else
bitmap_clear (to);