Explorar o código

Merged revisions 178 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@180 -

fpc %!s(int64=20) %!d(string=hai) anos
pai
achega
b5cbb6a9a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/unix/cthreads.pp

+ 1 - 1
rtl/unix/cthreads.pp

@@ -307,7 +307,7 @@ Type  PINTRTLEvent = ^TINTRTLEvent;
 
   function  CGetCurrentThreadId : TThreadID;
     begin
-      CGetCurrentThreadId:=dword(pthread_self());
+      CGetCurrentThreadId := TThreadID (pthread_self());
     end;