From 09b64eb9272a225f11f3f6d4b02599872c50757e Mon Sep 17 00:00:00 2001 From: Sergiy Dvodnenko Date: Wed, 28 Feb 2024 18:42:19 +0200 Subject: [PATCH] Saturn: fix track count --- support/saturn/saturncdd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/support/saturn/saturncdd.cpp b/support/saturn/saturncdd.cpp index 741841f..2f74536 100644 --- a/support/saturn/saturncdd.cpp +++ b/support/saturn/saturncdd.cpp @@ -310,6 +310,7 @@ int satcdd_t::LoadCUE(const char* filename) { #endif // SATURN_DEBUG } } + this->toc.last++; if (this->toc.last && !this->toc.tracks[this->toc.last - 1].end) {