Remove access to uninitialized variable.

There should be no functional change.

Issue reported by Kelvin Sherlock.
This commit is contained in:
Stephen Heumann 2017-09-10 00:15:35 -05:00
parent 3ce69a4070
commit f4ee840d9e
1 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,7 @@ var
iPtr^.isConstant := true;
iPtr^.iType := ccPointer;
iPtr^.pval := 0;
iPtr^.pPlus := operator = plusch;
iPtr^.pPlus := false;
iPtr^.isName := false;
iPtr^.pStr := longstringPtr(expressionValue);
end {if}