Browse Source

+ removed getlasterror

michael 26 năm trước cách đây
mục cha
commit
47045ce6d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;