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 29, 2016
2 parents 5180b1f + cf38111 commit 3fe5ae1
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 @@ -88,7 +88,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 3fe5ae1

Please sign in to comment.