This commit was generated by cvs2svn to compensate for changes in r172668,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Mark Peek 2007-10-15 16:54:07 +00:00
commit ea2138fc25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172669

View File

@ -851,8 +851,7 @@ getsub(struct wordent *en)
return (en);
}
slhs.len = 0;
if (lhsb.s != NULL && lhsb.len != 0)
Strbuf_append(&slhs, lhsb.s);
Strbuf_append(&slhs, lhsb.s);
Strbuf_terminate(&slhs);
if (exclc)
en = dosub(sc, en, global);