mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 19:10:26 +02:00
* fix range check error
git-svn-id: trunk@1439 -
This commit is contained in:
parent
604a9f7ce4
commit
d5af8ed9a0
@ -561,7 +561,7 @@ implementation
|
||||
setconstn :
|
||||
p.default:=plongint(tsetconstnode(pt).value_set)^;
|
||||
ordconstn :
|
||||
p.default:=tordconstnode(pt).value;
|
||||
p.default:=longint(tordconstnode(pt).value);
|
||||
niln :
|
||||
p.default:=0;
|
||||
realconstn:
|
||||
|
Loading…
Reference in New Issue
Block a user