Commit 9d012228 authored by Rocky Bernstein's avatar Rocky Bernstein

Use cdio-native name for paranoia read.

parent 94dfa75a
......@@ -242,7 +242,7 @@ static block_t * CDDAReadBlocks( access_t * p_access )
int i;
for( i = 0; i < i_blocks; i++ )
{
int16_t *p_readbuf=paranoia_read(p_cdda->paranoia, NULL);
int16_t *p_readbuf = cdio_paranoia_read(p_cdda->paranoia, NULL);
char *psz_err=cdio_cddap_errors(p_cdda->paranoia_cd);
char *psz_mes=cdio_cddap_messages(p_cdda->paranoia_cd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment