gco / rubyripper

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

Outdated assumptions in SecureRip cause rubyripper to crash. #494

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are a a number of assumptions in SecureRip which have not been corrected 
with recent code changes, particularly in sizeTest and the cooldown tests, 
which cause rubyripper to crash when encountered.

The attached patch corrects these bugs, which largely have to do with fixing 
references to the Preferences::Main object to refer to the correct properties 
instead of assuming that track may be set to the string "image" or that the 
properties are stored in a Hash.

Original issue reported on code.google.com by comradec...@gmail.com on 8 Nov 2011 at 4:22

Attachments:

GoogleCodeExporter commented 9 years ago
Merged.

Original comment by boukewou...@gmail.com on 13 Nov 2011 at 10:57