AlexLeoTW / rubyripper

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

Crash when selecting tracks with CLI #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Enter 1 for entering the tracknumbers you want to remove.
Enter 2 if for entering the tracks you want to keep.
Your choice: 1
Type the numbers of the tracks you want to remove and separate them with a
space: 1 3 4 5
./rubyripper_cli.rb:298:in `tracklist': undefined local variable or method
`anwer' for #<Gui_CLI:0xb7d15b20> (NameError)
        from ./rubyripper_cli.rb:263:in `main'
        from ./rubyripper_cli.rb:31:in `initialize'
        from ./rubyripper_cli.rb:317:in `new'
        from ./rubyripper_cli.rb:317

Original issue reported on code.google.com by mordbr...@gmail.com on 7 Dec 2006 at 10:05

GoogleCodeExporter commented 8 years ago
Fixed in revision 39. anwer should be answer of course ;)

Original comment by rubyripp...@gmail.com on 7 Dec 2006 at 9:35