* fix from mantis 17818. Value is only peaked, add readvalue to also consume it.

git-svn-id: trunk@16301 -
This commit is contained in:
marco 2010-11-03 20:45:01 +00:00
parent 87b8b02463
commit 71aa7eaabd

View File

@ -1101,10 +1101,12 @@ begin
vaNil:
begin
Result:=system.unassigned;
readvalue;
end;
vaNull:
begin
Result:=system.null;
readvalue;
end;
{ all integer sizes must be split for big endian systems }
vaInt8,vaInt16,vaInt32: