* fix range check error

git-svn-id: trunk@1439 -
This commit is contained in:
peter 2005-10-17 08:03:08 +00:00
parent 604a9f7ce4
commit d5af8ed9a0

View File

@ -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: