Skip to content

Commit

Permalink
bgzip now compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3 committed Apr 5, 2013
1 parent 4b70907 commit 4dde8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int write_open(const char *fn, int is_forced)

static void fail(BGZF* fp)
{
fprintf(stderr, "Error: %s\n", fp->error);
fprintf(stderr, "Error: %d\n", fp->errcode);
exit(1);
}

Expand Down

0 comments on commit 4dde8f5

Please sign in to comment.