cdrdao icon indicating copy to clipboard operation
cdrdao copied to clipboard

Fix error with short toc filename

Open 0xhtml opened this issue 2 years ago • 0 comments

If the filename of the toc is shorter than 4 chars checking if the filename ends with ".cue" used to throw an error. We first need to check if the filename is at least 4 characters before we can take the substring of the last 4 chars to compare to ".cue".

0xhtml avatar May 22 '23 18:05 0xhtml