Skip to content

Commit

Permalink
Issue onryldz#128
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrapotkin committed Aug 9, 2018
1 parent 5cd91fc commit 749a3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XSuperObject.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ procedure TSuperArray.SaveTo(Stream: TStream; const Ident, UniversalTime: Boolea
begin
S := TStringStream.Create( AsJSON(Ident, UniversalTime) );
try
S.SaveToStream(S);
S.SaveToStream(Stream);
finally
S.Free;
end;
Expand Down

0 comments on commit 749a3d7

Please sign in to comment.