]> git.pld-linux.org Git - packages/akode.git/blob - akode-gcc4.patch
- build fix.
[packages/akode.git] / akode-gcc4.patch
1 --- akode-2.0.2/akode/plugins/xiph_decoder/flac113_decoder.cpp.orig     2006-11-06 14:20:52.000000000 +0100
2 +++ akode-2.0.2/akode/plugins/xiph_decoder/flac113_decoder.cpp  2007-04-17 18:36:25.796870049 +0200
3 @@ -108,7 +108,7 @@
4  static FLAC__StreamDecoderReadStatus flac_read_callback(
5          const FLAC__StreamDecoder *,
6          FLAC__byte buffer[],
7 -        unsigned *bytes,
8 +        size_t *bytes,
9          void *client_data)
10  {
11      FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
This page took 0.026821 seconds and 3 git commands to generate.