Explorar el Código

+ removed getlasterror

michael hace 26 años
padre
commit
47045ce6d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fcl/inc/pipes.pp

+ 1 - 1
fcl/inc/pipes.pp

@@ -67,7 +67,7 @@ begin
     OutPipe:=ToutputPipeStream.Create (OutHandle);
     end
   Else
-    Raise EPipeCreation.CreateFmt (EPipeMsg,[getlasterror])
+    Raise EPipeCreation.Create (EPipeMsg)
 end;
 
 Function TPipeStream.Seek (Offset : Longint;Origin : Word) : longint;