Skip to content

Commit

Permalink
Fix error positioning the file when searching for EOL and the buffer …
Browse files Browse the repository at this point in the history
…is exhausted.
  • Loading branch information
brianwalenz committed Jul 8, 2019
1 parent 3c35b83 commit 94bfaac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utility/files-buffered-implementation.H
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ readBuffer::skipAhead(char stop, bool after) {

// If we hit the fake stop, fill the buffer again and continue.
if (_bufferPos == _bufferLen) {
_filePos--;
fillBuffer();
continue;
}
Expand Down

0 comments on commit 94bfaac

Please sign in to comment.