Browse Source

* if high/low bounds are the same, loop is not executed. Fixes issue #41512

Michaël Van Canneyt 3 weeks ago
parent
commit
5585f1ab71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/vcl-compat/src/system.threading.pp

+ 1 - 0
packages/vcl-compat/src/system.threading.pp

@@ -3175,6 +3175,7 @@ begin
     Sub.Start;
     ThreadLog('TTask.ExecuteReplicates','Started replica');
     end;
+  DoCallUserCode;
 end;