mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
* Patch from Sven to fix case where the dataset is filled twice
git-svn-id: trunk@61445 -
This commit is contained in:
parent
9614fc8d50
commit
a326525422
@ -139,6 +139,7 @@ begin
|
||||
S.Position:=0;
|
||||
SERawData.Lines.LoadFromStream(S);
|
||||
S.Position:=0;
|
||||
JSResource.Close;
|
||||
JSResource.LoadFromStream(S);
|
||||
JSResource.Open;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user