Patch from Dmitry Zakharov to fix a bug discovered via the freeswap

script.
This commit is contained in:
Glenn L McGrath 2004-07-23 02:11:25 +00:00
parent 2e99d43846
commit 1fbc909570

View File

@ -1211,6 +1211,7 @@ static void chain_group(void) {
if (c & TC_GRPSTART) {
while(next_token(TC_GRPSEQ | TC_GRPTERM) != TC_GRPTERM) {
if (t.tclass & TC_NEWLINE) continue;
rollback_token();
chain_group();
}