Skip to content

Commit

Permalink
fixed TBO sample 04
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Jan 3, 2024
1 parent e5bbeb7 commit 0476910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ implementation
procedure TRestServerLog.ComputeFileName;
begin
inherited ComputeFileName;
FFileName := StringReplace(FFileName, ' ', '_', [rfReplaceAll]);
FFileName := MakePath([ExtractFilePath(FFileName),
StringReplace(ExtractFileName(FFileName), ' ', '_', [rfReplaceAll])]);
end;


Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'2.2.6594'
'2.2.6595'

0 comments on commit 0476910

Please sign in to comment.