X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=9c7e64e7284a3a3d247e76a7f9724f880e397a31;hp=abe7abc98df759af034872be4d65ed9a30133207;hb=23b121a85984baa9252f4b4c0b8c4f186e394bb7;hpb=0703f75a276020f9645f987134d49402f7c019c0 diff --git a/stdout.c b/stdout.c index abe7abc9..9c7e64e7 100644 --- a/stdout.c +++ b/stdout.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -75,7 +75,7 @@ static void stdout_post_select(struct sched *s, struct task *t) } out: if (ret < 0) - btr_remove_node(btrn); + btr_remove_node(&sot->btrn); t->error = ret; } /**