diff --git a/src/common/cue_parser.cpp b/src/common/cue_parser.cpp index 72cdcd7ab..65041f505 100644 --- a/src/common/cue_parser.cpp +++ b/src/common/cue_parser.cpp @@ -122,7 +122,7 @@ std::optional File::GetMSF(const std::string_view& token) { const u32 len = static_cast(token.length()); - static const s32 max_values[] = {60, 60, 75}; + static const s32 max_values[] = {std::numeric_limits::max(), 60, 75}; u32 parts[3] = {}; u32 part = 0;