Project

General

Profile

Bug #320

CUE reader plugin can't read sheets without trailing blank line at the end of file.

Added by Stanislav Grinkov almost 12 years ago. Updated almost 12 years ago.

Status:
Rejected
Priority:
Minor
Assignee:
-
Category:
plugins/cue
Target version:
-
Start date:
July 18, 2013
Due date:
% Done:

0%

Estimated time:
Affects version:

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)

0-bad.cue (268 Bytes) 0-bad.cue Stanislav Grinkov, July 18, 2013 17:51
1-good.cue (270 Bytes) 1-good.cue Stanislav Grinkov, July 18, 2013 17:51

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

Also available in: Atom PDF