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

BUG: incorrect startLineNumber for primitiveEntry (fixes #1706)

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