wav: fix cue loading

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2023-12-08 18:41:36 +01:00
parent 6fc378ff61
commit bdd76b302d

View File

@ -585,7 +585,7 @@ namespace stdex
if (c) if (c)
c->note = note.note; c->note = note.note;
} }
else if (stdex::idrec::ignore<length_t, align>(dat)) _Unlikely_ else if (!stdex::idrec::ignore<length_t, align>(dat)) _Unlikely_
return false; return false;
} }
} }