bump version

This commit is contained in:
tildearrow 2023-04-05 23:43:33 -05:00
parent f87460cbc9
commit 8e0a28f06e
2 changed files with 3 additions and 2 deletions

View file

@ -874,6 +874,7 @@ bool DivEngine::loadDMF(unsigned char* file, size_t len) {
// what the hell man...
cutStart=reader.readI();
cutEnd=reader.readI();
logV("cutStart: %d cutEnd: %d",cutStart,cutEnd);
if (cutStart<0 || cutStart>length) {
logE("cutStart is out of range! (%d)",cutStart);
lastError="file is corrupt or unreadable at samples";