Bug #320
CUE reader plugin can't read sheets without trailing blank line at the end of file.
0%
Description
Hello.
CUE reader plugin can't read sheets without trailing blank line at the end of file.
I've attached two identical sheets. One with and one without blank line at the end of file.
"0-bad.cue" doesn't open.
"1-good.cue" do open.
Steps to reproduce.
0. Take correctly formed cue sheet with trailing one or more blank lines. (pass)
1. Remove all trailing blank lines. Save.
2. Try to open. (fail)
3. Add one or more blank lines. Save.
4. Open again. (pass)
Hope that it will be helpful for you.
With best regards, Stanislav.
OS: Xubuntu 13.04 (Raring Ringtail)
History
#1
Updated by John Lindgren almost 12 years ago
- Status changed from New to Rejected
This is a bug in libcue; if you look at cue_parser.y [1], you can see that it assumes a trailing newline is present.
[1] http://sourceforge.net/p/libcue/code/ci/master/tree/src/libcue/cue_parser.y