Skip to content
Snippets Groups Projects
Commit 07424942 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: incorrect startLineNumber for primitiveEntry (fixes #1706)

parent 859b4d62
Branches
Tags
No related merge requests found
......@@ -170,7 +170,7 @@ Foam::label Foam::primitiveEntry::startLineNumber() const
if (tokens.size())
{
tokens.first().lineNumber();
return tokens.first().lineNumber();
}
return -1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment