Files
cuetools.net/CUETools.CDImage
h-h-h-h 5f7b450b47 Prevent exception on non-standard CUE sheet (#22)
* Prevent exception on non-standard CUE sheet

In case of a CUE sheet with more than about 99 tracks, this `string`
constructor [1] threw an exception, because its repetition parameter
was negative.
Fixes Exception: 'count' must be non-negative.

* Update CDImage.cs

Shortened code by use of Math.Max()

[1] 980e63d956/CUETools.CDImage/CDImage.cs (L435)
2020-03-30 07:53:40 +02:00
..