X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=f279cd5752ad8be4798ff5c0fc3fecd9c212b67a;hp=6ed73c2aaa2e068ee404dea1d16fec8183ee5237;hb=9d15fd7e3a77282cec660eed54f46c3282bf8f29;hpb=0d1918752a18755bf701b82cf57fad79d9b18bc9 diff --git a/mp3_afh.c b/mp3_afh.c index 6ed73c2a..f279cd57 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -652,7 +652,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("%" PRIu32 "chunks, each %lums\n", afhi->chunks_total, + PARA_DEBUG_LOG("%" PRIu32 " chunks, each %lums\n", afhi->chunks_total, tv2ms(&afhi->chunk_tv)); set_max_chunk_size(afhi); ret = mp3_get_id3(map, numbytes, fd, &afhi->tags);