Skip to content
Snippets Groups Projects
Commit 45952e64 authored by Aaron's avatar Aaron
Browse files

tweak to Fasta.cpp

parent a764f2c7
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ void FastaIndexEntry::clear(void)
offset = -1; // no real offset will ever be below 0, so this allows us to
// check if we have already recorded a real offset
line_blen = NULL;
line_len = NULL;
line_len = NULL;
}
ostream& operator<<(ostream& output, const FastaIndexEntry& e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment