Преглед изворни кода

* fixed initial suspending bug in r5662

git-svn-id: trunk@5668 -
Jonas Maebe пре 18 година
родитељ
комит
96b379ab0b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rtl/unix/tthread.inc

+ 1 - 1
rtl/unix/tthread.inc

@@ -142,7 +142,7 @@ begin
   FSem := CurrentTM.SemaphoreInit();
   if FSem = nil then
     raise EThread.create('Semaphore init failed (possibly too many concurrent threads)');
-  FSuspended := True;
+  FSuspended := False;
   FSuspendedExternal := false;
   FInitialSuspended := CreateSuspended;
   FFatalException := nil;