X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=3dee5ccd1e62e5e5e155e717b44bf7dd408ffdfb;hp=09a4c74d17dd7642dccbe990f4cb309418e58b71;hb=b66dfd41e268e64b65d2990bdec3d3a7e119e234;hpb=d9d83772fbee853857f1904fa6553f06a026108c diff --git a/compress_filter.c b/compress_filter.c index 09a4c74d..3dee5ccd 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2009 Andre Noll + * Copyright (C) 2005-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -11,7 +11,6 @@ */ #include -#include #include "para.h" #include "compress_filter.cmdline.h" @@ -110,7 +109,7 @@ next_buffer: err: assert(ret < 0); t->error = ret; - btr_remove_node(btrn); + btr_remove_node(&fn->btrn); } /** TODO: Add sanity checks */