Skip to content

Commit

Permalink
fix debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Nov 19, 2024
1 parent 2303496 commit d0401d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sinesynth/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct SinePlayer : public audout::listener{
);
this->time += 1 / decltype(this->time)(format.frequency());
for(unsigned i = 0; i != format.num_channels(); ++i){
ASSERT(buf.overlaps(dst))
ASSERT(utki::overlaps(buf, dst))
*dst = v;
++dst;
}
Expand Down

0 comments on commit d0401d3

Please sign in to comment.