Patch from Dmitry Zakharov to fix a bug discovered via the freeswap
script.
This commit is contained in:
parent
2e99d43846
commit
1fbc909570
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user