mirror of
https://github.com/sheumann/hush.git
synced 2025-08-07 11:26:53 +00:00
Patch from Dmitry Zakharov to fix a bug discovered via the freeswap
script.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user