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

script.
1_00_stable_10817
Glenn L McGrath 2004-07-23 02:11:25 +00:00
parent 2e99d43846
commit 1fbc909570
1 changed files with 1 additions and 0 deletions

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