X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=9c7e64e7284a3a3d247e76a7f9724f880e397a31;hp=abe7abc98df759af034872be4d65ed9a30133207;hb=277ed4a605f68118aff9e671f16c0ac6edb1d55a;hpb=f0e41e36c3f1a3a5bb6ff66d92d2814391d8f908 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; } /**