X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress.c;h=bad4ada4c6a78f712a01bd8a635ef2328b0a3115;hp=a4d881f5afedb6057761f2aabcf789db8b4815e1;hb=c9f109a9e7f2d6116b7906a852afc339c858c275;hpb=4b4c68de8d7390f966e46d9402d5499d2e8ee227 diff --git a/compress.c b/compress.c index a4d881f5..bad4ada4 100644 --- a/compress.c +++ b/compress.c @@ -124,7 +124,7 @@ static ssize_t compress(char *inbuf, size_t inbuf_len, struct filter_node *fn) *op++ = sample; } pcd->pn = (pcd->pn + 1) % pcd->conf->buckets_arg; - PARA_DEBUG_LOG("bucket: %03i, input len: %i, length: %i, peak: %05i, " + PARA_DEBUG_LOG("bucket: %03i, input len: %zd, length: %zd, peak: %05i, " "current gain: %03i, clipped: %d\n", pcd->pn, inbuf_len, length, peak, pcd->current_gain, pcd->clip); fn->loaded = length;