bug fixed: oldmap(lmap,llength) was sometimes called when no new map

had to be allocated for the current (data-) unit.
This commit is contained in:
bal 1985-01-28 11:38:06 +00:00
parent cf3d3ad287
commit 387191a2c7

View file

@ -397,8 +397,9 @@ cputlines(l,lf)
}
oldline(lnp);
}
if (thispro != (proc_p) 0) {
if (lmap != (line_p *) 0) {
oldmap(lmap,llength);
lmap = (line_p *) 0;
}
}