this looks incorrect
This commit is contained in:
parent
bd91c127a3
commit
38d503b64b
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ SbiExprNode* SbiExpression::Term( const KeywordSymbolInfo* pKeywordSymbolInfo )
|
|||
pvMoreParLcl = new SbiExprListVector();
|
||||
SbiParameters* pAddPar = new SbiParameters( pParser );
|
||||
pvMoreParLcl->push_back( pAddPar );
|
||||
bError |= !pPar->IsValid();
|
||||
bError |= !pAddPar->IsValid();
|
||||
eTok = pParser->Peek();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue