Skip to content

Commit

Permalink
Remove the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
38 committed Dec 7, 2017
1 parent 2bf67fb commit 7873c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SamHeader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ namespace BamTools {
}
sz = 0;
}
if(*ptr == 0) break;
}

_header->n_targets = target_size.size();
Expand All @@ -106,7 +107,6 @@ namespace BamTools {

_header->text = strdup(text.c_str());

if(*ptr == 0) break;
}
void destory()
{
Expand Down

0 comments on commit 7873c9b

Please sign in to comment.