Skip to content

Commit 0476910

Browse files
author
Arnaud Bouchez
committed
fixed TBO sample 04
1 parent e5bbeb7 commit 0476910

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ex/ThirdPartyDemos/tbo/04-HttpServer-InterfaceServices/u_ServiceServer.pas

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ implementation
7575
procedure TRestServerLog.ComputeFileName;
7676
begin
7777
inherited ComputeFileName;
78-
FFileName := StringReplace(FFileName, ' ', '_', [rfReplaceAll]);
78+
FFileName := MakePath([ExtractFilePath(FFileName),
79+
StringReplace(ExtractFileName(FFileName), ' ', '_', [rfReplaceAll])]);
7980
end;
8081

8182

src/mormot.commit.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
'2.2.6594'
1+
'2.2.6595'

0 commit comments

Comments
 (0)