* Bytes start at index 0

git-svn-id: trunk@39332 -
This commit is contained in:
michael 2018-06-28 15:50:24 +00:00
parent b859d486b4
commit 33056c1858

View File

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