diff --git a/include/stdex/wav.hpp b/include/stdex/wav.hpp index 6f21aa1ae..7dcb56811 100644 --- a/include/stdex/wav.hpp +++ b/include/stdex/wav.hpp @@ -585,7 +585,7 @@ namespace stdex if (c) c->note = note.note; } - else if (stdex::idrec::ignore(dat)) _Unlikely_ + else if (!stdex::idrec::ignore(dat)) _Unlikely_ return false; } }