X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wav.c;h=879b1887b069b43b05101ea52e602a4c9c12add3;hp=647be101dc7e89e8b5fe73e12899f7e2520a083b;hb=418339759697ff6884e77c809805645c5f4db5b5;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/wav.c b/wav.c index 647be101..879b1887 100644 --- a/wav.c +++ b/wav.c @@ -18,7 +18,6 @@ /** \file wav.c a filter that inserts a wave header */ -#include "gcc-compat.h" #include "para.h" #include "list.h" @@ -96,7 +95,7 @@ static void wav_open(struct filter_node *fn) fn->private_data = para_malloc(sizeof(int)); bof = fn->private_data; *bof = 1; - PARA_DEBUG_LOG("wav filter node: %p, output buffer: %p, loaded: %d\n", + PARA_DEBUG_LOG("wav filter node: %p, output buffer: %p, loaded: %zd\n", fn, fn->buf, fn->loaded); }