Skip to content

Commit

Permalink
Handle OT part of "no evidence" type
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 18, 2025
1 parent a2b061f commit 22c25d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions statements/pbrst.y
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,8 @@ void create_dump() {
strcat_interval(D, intervals[0][0], intervals[0][1]);
strcat(D, " with\n");
int iv=1;
if (no_evidence)
nt_intros_start = iv_counter; // maybe put this to an earlier point
for (; iv<nt_intros_start; iv++) {
strcat(D, " ");
strcat_passage(D, books_s[iv], infos_s[iv], verses_s[iv]);
Expand Down

0 comments on commit 22c25d3

Please sign in to comment.