X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=73e744ec44088c4d8c92c1e19c1e6bed8b5076a0;hp=484172abe6e28345073f339623f5219c390b58ce;hb=73073e4f4209c874f2f41e270376a9802862df8f;hpb=0f4910b50116416fefb09ca67a615679067ef359 diff --git a/mp3_afh.c b/mp3_afh.c index 484172ab..73e744ec 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -656,7 +656,7 @@ static int mp3_read_info(unsigned char *map, size_t numbytes, int fd, afhi->channels = header_channels(&header); afhi->seconds_total = (tv2ms(&total_time) + 500) / 1000; tv_divide(afhi->chunks_total, &total_time, &afhi->chunk_tv); - PARA_DEBUG_LOG("%lu chunks, each %lums\n", afhi->chunks_total, + PARA_DEBUG_LOG("%" PRIu32 "chunks, each %lums\n", afhi->chunks_total, tv2ms(&afhi->chunk_tv)); ret = mp3_get_id3(map, numbytes, fd, &afhi->tags); afhi->techinfo = make_message("%cbr, %s, %s tags", vbr? 'v' : 'c',