Skip to content

Commit

Permalink
Further attempt to fix resetting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 1, 2025
1 parent 5984256 commit 847c34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statements/pbrst.y
Original file line number Diff line number Diff line change
Expand Up @@ -1189,14 +1189,14 @@ void reset_data() { // important if a previous run was already performed
intervals[i][2] = 0;
intervals_data[i] = 0;
}
*/
for (int i=0; i<MAX_OT_BOOKS; i++) {
for (int j=0; i<MAX_BOOK_LENGTH; i++) {
// ot_coverings[i][j] = 0;
ot_coverings[i][j] = 0;
}
// oimins[i] = 0;
// oimaxs[i] = 0;
}
*/
}

char* brst_scan_string(char *string) {
Expand Down

0 comments on commit 847c34a

Please sign in to comment.