mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 04:49:20 +02:00
* Partial 45708, needed for subsequent fpjson
git-svn-id: branches/fixes_3_2@46634 -
This commit is contained in:
parent
befb0ada55
commit
160d59b1df
@ -1048,7 +1048,7 @@ begin
|
|||||||
TJSONData.DoError(SErrNoParserHandler)
|
TJSONData.DoError(SErrNoParserHandler)
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Setlength(S,JSON.Size);
|
Setlength(S{%H-},JSON.Size);
|
||||||
if Length(S)>0 then
|
if Length(S)>0 then
|
||||||
JSON.ReadBuffer(S[1],Length(S));
|
JSON.ReadBuffer(S[1],Length(S));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user