fix problem with popping seqs into seqimaps

This commit is contained in:
Joao Paulo Magalhaes
2024-05-24 01:34:22 +01:00
parent 40fe19957b
commit 30df4a77d9

View File

@@ -4845,11 +4845,9 @@ seqflow_start:
else if(first == ']') // this happens on a trailing comma like ", ]"
{
_c4dbgp("seqflow[RVAL]: end!");
rem_flags(RSEQ);
m_evt_handler->end_seq();
_line_progressed(1);
if(!has_all(RSEQ|FLOW))
goto seqflow_finish;
m_evt_handler->end_seq();
goto seqflow_finish;
}
else if(first == '*')
{