Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinChu committed Dec 30, 2016
2 parents 3fe5ae1 + ab3d176 commit 87d59ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BioBloomMaker/BloomFilterGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class BloomFilterGenerator {
{
l = kseq_read(seq);
if (l >= 0) {
tempStr = new char[l];
tempStr = new char[l + 1];
strcpy(tempStr, seq->seq.s);
}
}
Expand Down

0 comments on commit 87d59ed

Please sign in to comment.