Skip to content

Commit

Permalink
fix bug introduced when making more failures verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Mar 1, 2015
1 parent 42f3cb8 commit 06cc1dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion new-build.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ static void build_marked(struct all_targets *all, const char *log_directory) {
}
insert_to_listset(&facfiles_used, r->facfile_path);

dump_to_stdout(bs[i]->stdouterrfd);
close(bs[i]->stdouterrfd);
free_hashset(&bs[i]->read);
free_hashset(&bs[i]->readdir);
Expand Down

0 comments on commit 06cc1dc

Please sign in to comment.