Skip to content

Commit

Permalink
Change macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Jan 30, 2024
1 parent 82d9abb commit 3685930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools99/string5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ adstring& adstring_array::operator[](int i)
ad_exit(1);
}

#ifdef DEBUG
#ifndef OPT_LIB
assert(indexmin() <= i && i <= indexmax());
#endif

Expand Down

0 comments on commit 3685930

Please sign in to comment.