gco / rubyripper

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

Recent fixes to ScanDiscCdparanoia break disc detection #493

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the process of cleaning up parseQueryResult in rev 8402366fb5e2, the removal 
of the fallback assignment of @status = 'ok' breaks waitForDisc(), which breaks 
only if @status == 'ok'.  This should be able to be fixed by either testing for 
@status.nil? in waitForDisc() or setting @status == 'ok' explicitly again.

Original issue reported on code.google.com by comradec...@gmail.com on 6 Nov 2011 at 6:06

GoogleCodeExporter commented 9 years ago
Fixed, thanks for noticing :)

Original comment by boukewou...@gmail.com on 7 Nov 2011 at 10:07