mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-04-03 06:29:43 +00:00
Remove access to uninitialized variable.
There should be no functional change. Issue reported by Kelvin Sherlock.
This commit is contained in:
parent
3ce69a4070
commit
f4ee840d9e
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user