X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=87bf711f0d7a3794b7a6539c698a44457e984c28;hp=b1e1bcb6f1edb0f986b4bf840cf8ef3ee57b3c55;hb=38230c2ba5938078c9c278940679923f2489978d;hpb=1d6e721e000e7d7aed3411289795082dfa2726a9 diff --git a/stdout.c b/stdout.c index b1e1bcb6..87bf711f 100644 --- a/stdout.c +++ b/stdout.c @@ -62,7 +62,7 @@ static void stdout_post_select(struct sched *s, struct task *t) t->error = 0; if (!sot->check_fd) { - if (*sot->input_error < 0) + if (!*sot->loaded && *sot->input_error < 0) t->error = *sot->input_error; return; }