* Partial 45708, needed for subsequent fpjson

git-svn-id: branches/fixes_3_2@46634 -
This commit is contained in:
michael 2020-08-23 10:22:22 +00:00
parent befb0ada55
commit 160d59b1df

View File

@ -1048,7 +1048,7 @@ begin
TJSONData.DoError(SErrNoParserHandler)
else
begin
Setlength(S,JSON.Size);
Setlength(S{%H-},JSON.Size);
if Length(S)>0 then
JSON.ReadBuffer(S[1],Length(S));
end;