From 45952e642de248b82ca2a964cfb0e4e59786cf8b Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Wed, 29 Jun 2011 16:30:34 -0400 Subject: [PATCH] tweak to Fasta.cpp --- src/utils/Fasta/Fasta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Fasta/Fasta.cpp b/src/utils/Fasta/Fasta.cpp index 58a88198..bd0c7009 100644 --- a/src/utils/Fasta/Fasta.cpp +++ b/src/utils/Fasta/Fasta.cpp @@ -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) { -- GitLab