mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 07:28:26 +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)
|
||||
else
|
||||
begin
|
||||
Setlength(S,JSON.Size);
|
||||
Setlength(S{%H-},JSON.Size);
|
||||
if Length(S)>0 then
|
||||
JSON.ReadBuffer(S[1],Length(S));
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user