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;
|
int pl = errPos.line - 1;
|
||||||
|
|
||||||
LinesOfCode loc;
|
LinesOfCode loc;
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
std::getline(iss, line);
|
std::getline(iss, line);
|
||||||
|
|
Loading…
Reference in a new issue