Skip to content

Commit 16952a2

Browse files
committed
Merge pull request livecode#3907 from livecodeali/bugfix-missing_errorlock_decrease
[[ Bug ]] Add missing errorlock decrease
2 parents af06eae + 296749d commit 16952a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/src/exec-strings-chunk.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,8 @@ bool MCTextChunkIterator_Tokenized::Next()
11571157
if (ps == PS_ERROR || ps == PS_EOF)
11581158
t_found = false;
11591159

1160+
MCerrorlock--;
1161+
11601162
if (t_found)
11611163
{
11621164
m_range . offset = m_sp -> getindex();

0 commit comments

Comments
 (0)