mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 03:29:25 +01:00
* fix from mantis 17818. Value is only peaked, add readvalue to also consume it.
git-svn-id: trunk@16301 -
This commit is contained in:
parent
87b8b02463
commit
71aa7eaabd
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user