X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=prebuffer_filter.c;h=6fac4cb31d944db1aa603fbfdd71819a946a359c;hp=655c981b921e0a0b484b5567ad9d448077d39631;hb=c2ff586ae77f1ab640d5f8b3ceb12786fcc4cbaa;hpb=79d6515d49cdb0a91ff7c4a599f2d63cb5678032 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; }