mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 11:10:36 +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 :
|
setconstn :
|
||||||
p.default:=plongint(tsetconstnode(pt).value_set)^;
|
p.default:=plongint(tsetconstnode(pt).value_set)^;
|
||||||
ordconstn :
|
ordconstn :
|
||||||
p.default:=tordconstnode(pt).value;
|
p.default:=longint(tordconstnode(pt).value);
|
||||||
niln :
|
niln :
|
||||||
p.default:=0;
|
p.default:=0;
|
||||||
realconstn:
|
realconstn:
|
||||||
|
Loading…
Reference in New Issue
Block a user