--- akode-2.0.2.orig/akode/plugins/xiph_decoder/flac113_decoder.cpp 2007-06-05 19:12:42.000000000 +0000 +++ akode-2.0.2/akode/plugins/xiph_decoder/flac113_decoder.cpp 2007-06-05 19:13:13.000000000 +0000 @@ -108,7 +108,7 @@ static FLAC__StreamDecoderReadStatus flac_read_callback( const FLAC__StreamDecoder *, FLAC__byte buffer[], - unsigned *bytes, + size_t *bytes, void *client_data) { FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;