mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:50:21 +02:00
* Fix RequireMetadata
git-svn-id: trunk@41617 -
This commit is contained in:
parent
93e3a3e335
commit
0b6b748b15
@ -708,6 +708,8 @@ procedure TRestOutputStreamer.SetOutputOptions(AValue: TRestOutputOptions);
|
||||
begin
|
||||
if FOutputOptions=AValue then Exit;
|
||||
FOutputOptions:=AValue;
|
||||
if RequireMetadata then
|
||||
Include(FOutputOptions,ooMetadata);
|
||||
end;
|
||||
|
||||
procedure TRestOutputStreamer.CreateErrorContent(aCode: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user