Skip to content

Commit

Permalink
fix one TDynArray.SaveToJson() overload
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Oct 6, 2023
1 parent 5dcd480 commit 441b887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/mormot.core.data.pas
Expand Up @@ -7672,7 +7672,7 @@ procedure TDynArray.SaveToJson(out result: RawUtf8; EnumSetsAsText: boolean;
reformat: TTextWriterJsonFormat);
begin
SaveToJson(result, TEXTWRITEROPTIONS_ENUMASTEXT[EnumSetsAsText],
TEXTWRITEROBJECTOPTIONS_ENUMASTEXT[EnumSetsAsText]);
TEXTWRITEROBJECTOPTIONS_ENUMASTEXT[EnumSetsAsText], reformat);
end;

procedure TDynArray.SaveToJson(out result: RawUtf8; Options: TTextWriterOptions;
Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
@@ -1 +1 @@
'2.1.6010'
'2.1.6011'

0 comments on commit 441b887

Please sign in to comment.