* Patch from Sven to fix case where the dataset is filled twice

git-svn-id: trunk@61445 -
This commit is contained in:
michael 2019-06-22 08:20:48 +00:00
parent 9614fc8d50
commit a326525422

View File

@ -139,6 +139,7 @@ begin
S.Position:=0;
SERawData.Lines.LoadFromStream(S);
S.Position:=0;
JSResource.Close;
JSResource.LoadFromStream(S);
JSResource.Open;
finally