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:
parent
cf3d3ad287
commit
387191a2c7
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue