Commit 63d9df0e authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fix [23509]

parent 5ace50e9
......@@ -354,8 +354,8 @@ static block_t * CDDAReadBlocks( access_t * p_access )
/*****************************************************************************
* CDDARead: Handler for audio control reads the CD-DA.
*****************************************************************************/
static int
CDDARead( access_t * p_access, uint8_t *p_buffer, int i_len )
static ssize_t
CDDARead( access_t * p_access, uint8_t *p_buffer, size_t i_len )
{
cdda_data_t *p_cdda = (cdda_data_t *) p_access->p_sys;
......
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