diff --git a/util/ego/ca/ca_put.c b/util/ego/ca/ca_put.c index 9701792cb..58cee1b67 100644 --- a/util/ego/ca/ca_put.c +++ b/util/ego/ca/ca_put.c @@ -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; } }