Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ineffectual assignment to lastLineIdx
Please review this thoroughly, I'm not sure I can properly test this change. However I noticed that the assignment to lastLineIdx in line 93 is ineffectual, as it'll always get overwritten in the line below. I can only assume this either means the else-block was missing (which is what I'm fixing here), or it's an old check that's just lingering around and was forgotten to be removed during refactoring.
- Loading branch information