* mantis #29588 setblobdata moved over pointer ref type.

git-svn-id: trunk@33049 -
This commit is contained in:
marco 2016-02-04 20:19:39 +00:00
parent 8287773b16
commit 79305ce4da

View File

@ -1104,7 +1104,7 @@ Var
begin
SetLength(Temp,ASize);
Move(Buffer^,Temp,ASize);
Move(Buffer^,Temp[1],ASize);
AsBlob:=Temp;
end;