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:
mp 2007-10-15 16:54:07 +00:00
commit 83d7763578

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);