bug fixed: lifetime of an item was too short; it should also cover

any live/dead message prior to its initial live-message.
This commit is contained in:
bal 1985-02-18 15:14:22 +00:00
parent 241a7de970
commit 66ab97d2b0

View file

@ -57,7 +57,7 @@ build_lifetimes(items)
* item; yet, there may be a register message for it...
*/
if(item != (item_p) 0) {
item->it_lastlive = now;
item->it_lastlive = last_code + 1;
}
} else {
if (is_deadmsg(l)) {