mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
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:
commit
ea2138fc25
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172669
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user