Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Dec 18, 2024
1 parent 229f9b1 commit 0610e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ int retry_choice(query *q)

if (ch->succeed_on_retry) {
leave_predicate(q, ch->st.pr);
q->st.curr_instr += ch->skip ? ch->skip : 0;
q->st.curr_instr += ch->skip;
return ch->skip ? -2 : -1;
}

Expand Down

0 comments on commit 0610e80

Please sign in to comment.