This commit was generated by cvs2svn to compensate for changes in r168305,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
82d7694e69
@ -851,7 +851,8 @@ getsub(struct wordent *en)
|
||||
return (en);
|
||||
}
|
||||
slhs.len = 0;
|
||||
Strbuf_append(&slhs, lhsb.s);
|
||||
if (lhsb.s != NULL && lhsb.len != 0)
|
||||
Strbuf_append(&slhs, lhsb.s);
|
||||
Strbuf_terminate(&slhs);
|
||||
if (exclc)
|
||||
en = dosub(sc, en, global);
|
||||
|
Loading…
Reference in New Issue
Block a user