Skip to content

Commit

Permalink
- Fixed assert bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kssheridan committed Jun 6, 2024
1 parent 66c085a commit 91aa7a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gs_patterns.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ int main(int argc, char ** argv) {
}

}
assert(did_record == 1);

} else if (gs == 1) {

Expand Down

0 comments on commit 91aa7a8

Please sign in to comment.