wav: fix cue loading
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
6fc378ff61
commit
bdd76b302d
@ -585,7 +585,7 @@ namespace stdex
|
||||
if (c)
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user