Yes, this seems to be a bug since there is no routine called
paranoia_set_range in libcdio's paranoia. There is a routine called
that in p_block.c from cdrdao's paranoia. I've added that and adjusted
the #define accordingly. 

Another possibility would be to remove the #define altogether since
clearly it's never been used. 


David Stockwell writes:
 > In the section bounded with
 > 
 > #ifndef DO_NOT_WANT_PARANOIA_COMPATIBILITY
 > #endif
 > 
 > there are a bunch of #defines mapping the original paranoia call to its 
 > cdio_ prefixed equivalent.
 > 
 > All are identical, except "paranoia_set_range", which is mapped to 
 > "cdio_paranoia_read_overlapset" 
 > 
 > What is going on here?  Is this/can this be correct?
 > 


_______________________________________________
Libcdio-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libcdio-devel

Reply via email to