X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=prebuffer_filter.c;h=6fac4cb31d944db1aa603fbfdd71819a946a359c;hp=655c981b921e0a0b484b5567ad9d448077d39631;hb=d1e6b28f66e243516d01916f9125baee75dd98d6;hpb=e2eebf654cae2fc004cee516a0e165127c0214ca diff --git a/prebuffer_filter.c b/prebuffer_filter.c index 655c981b..6fac4cb3 100644 --- a/prebuffer_filter.c +++ b/prebuffer_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 Andre Noll + * Copyright (C) 2009-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -70,7 +70,7 @@ static int prebuffer_post_select(__a_unused struct sched *s, struct task *t) return 0; if (iqs < conf->size_arg) return 0; - btr_splice_out_node(fn->btrn); + btr_splice_out_node(&fn->btrn); return -E_PREBUFFER_SUCCESS; }