mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixed BfParser::GetIndexAtLine
This commit is contained in:
parent
15dc0f4687
commit
ce2a1a4657
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ int BfParser::GetIndexAtLine(int line)
|
||||||
{
|
{
|
||||||
curLine++;
|
curLine++;
|
||||||
if (line == curLine)
|
if (line == curLine)
|
||||||
return i;
|
return i + 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue