forked from lix-project/lix
bump
This commit is contained in:
parent
75bfcf8d15
commit
efd6a8b230
|
@ -110,6 +110,7 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos)
|
|||
int pl = errPos.line - 1;
|
||||
|
||||
LinesOfCode loc;
|
||||
|
||||
do
|
||||
{
|
||||
std::getline(iss, line);
|
||||
|
|
Loading…
Reference in a new issue