Skip to content

Commit

Permalink
Merge pull request #161 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
prep for release 0.13.1
  • Loading branch information
dozy authored Oct 21, 2019
2 parents 195d3e4 + 21d24d4 commit d9c0241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bamit.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BAMit_t *BAMit_open(char *fname, char mode, char *fmt, char compression_level,
samFile *f = NULL;
sam_hdr_t *h = NULL;
htsFormat *format = NULL;
char m[5];
char m[5] = " b "; // default to BAM files

if (fmt) {
format = calloc(1,sizeof(htsFormat));
Expand Down

0 comments on commit d9c0241

Please sign in to comment.