cuebreakpoints input-format option not working

Bug #3387 reported by iconoclast
4
Affects Status Importance Assigned to Milestone
cuetools (Ubuntu)
Fix Released
Medium
MOTU

Bug Description

using cuebreakpoints with the -i (or --input-format) to manually set the format doesn't work as advertised.

This can be fixed with the following patch:

--- src/tools/cuebreakpoints.c.orig 2005-10-19 15:25:32.000000000 -0700
+++ src/tools/cuebreakpoints.c 2005-10-19 15:26:08.000000000 -0700
@@ -133,9 +133,10 @@
                                format = CUE;
                        else if (0 == strcmp("toc", optarg))
                                format = TOC;
- else
+ else {
                                fprintf(stderr, "%s: illegal format `%s'\n", progname, optarg);
                                usage(1);
+ }
                        break;
                case 'a':
                        gaps = APPEND;

Revision history for this message
iconoclast (michael-fallenangel) wrote :

I think the browser text box killed the indentation from the diff, but you get the idea.

This has been posted to the upstream bug tracker as well, but it doesn't seem to be actively fiddled with upstream.
https://developer.berlios.de/bugs/?func=detailbug&bug_id=4180&group_id=2130

Changed in cuetools:
assignee: nobody → motu
Revision history for this message
Barry deFreese (bddebian) wrote :

Added missing brackets on cuebreakpoint.c.

Changed in cuetools:
status: Unconfirmed → Fix Committed
Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

No sign of this having been released.

Changed in cuetools:
status: Fix Committed → Confirmed
Revision history for this message
Barry deFreese (bddebian) wrote :

This has been fixed since at least Feisty. If you would like to see this fixed in an older version, please file a backport request. Thank you.

Changed in cuetools:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.