X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp3_afh.c;h=2d18d5e5de7df641f6cbe7b7ad937cb3f2d69e3e;hb=813bec7dd99c3f5f43f046af0b1c87d70010dd19;hp=c62a523af473b6fe8cc215545d878ef7f5752547;hpb=9b5d9adba31e6d42b9dde81fcd3b6f8a0b16bcfc;p=paraslash.git diff --git a/mp3_afh.c b/mp3_afh.c index c62a523a..2d18d5e5 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -411,7 +411,7 @@ static int mp3_read_info(unsigned char *map, size_t numbytes, int fd, fpos += len; len = find_valid_start(map, numbytes, &fpos, &header); if (len <= 0) { - uint32_t end; + size_t end; ret = -E_MP3_INFO; if (!afhi->chunks_total) goto err_out;