Skip to content

Commit 74596d5

Browse files
author
Arnaud Bouchez
committed
fixed Delphi compilation
1 parent 33ec37e commit 74596d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/mormot.app.daemon.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ function TSynAngelize.GetServicesState(pids: PIntegerDynArray): TServiceStateDyn
860860
procedure TSynAngelize.ListServices;
861861
var
862862
i: PtrInt;
863-
pid: PIntegerDynArray;
863+
pid: TIntegerDynArray;
864864
st: TServiceStateDynArray;
865865
begin
866866
st := GetServicesState(@pid);

src/mormot.commit.inc

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

0 commit comments

Comments
 (0)