pccasto / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Typo "startsector" for "startSector" #261

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Rip a CD as one file with cuesheet.
2. CD must have two index entries on the first track.

What is the expected output? What do you see instead?
Expect to rip CD successfully.  Instead there is a crash or a hang (depend
on which of GTK/CLI version used.)

1) What version of rubyripper are you using? On what operating system?
Latest version from git repos on Ubuntu 8.10.

2) Are you using the gtk2 or the commandline interface?
Both have the problem, though the GTK version hangs whereas the CLI version
crashes.

3) Is the problem gone with the default settings? If so, please attach your
settings file ($HOME/.rubyripper/settings).

Please provide any additional information below.

Have tracked the problem down to a typo in rr_lib.rb where "startsector"
should be "startSector".  See attached patch.

Original issue reported on code.google.com by alex.di...@gmail.com on 7 Dec 2008 at 3:24

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for noticing. Will be fixed with next commit :)

Original comment by rubyripp...@gmail.com on 11 Dec 2008 at 10:59