X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wav_filter.c;h=ea3236c7f56a0ee1b2719b47a80dc4e4754154ad;hp=83b81fb2d5b4b9303feb1600cb808fe52accfa51;hb=5f511d41a111aa04189b32fd77d02e16f90ff2cc;hpb=1775d4d4147730e79e48aa941aee88580b8beb08 diff --git a/wav_filter.c b/wav_filter.c index 83b81fb2..ea3236c7 100644 --- a/wav_filter.c +++ b/wav_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -113,7 +113,7 @@ static int wav_post_select(__a_unused struct sched *s, struct task *t) ret = -E_WAV_SUCCESS; err: if (ret == -E_WAV_SUCCESS) - btr_splice_out_node(btrn); + btr_splice_out_node(&fn->btrn); else { btr_remove_node(&fn->btrn); PARA_ERROR_LOG("%s\n", para_strerror(-ret));