Browse Source

* fixed for 1.0 errno->fpgeterrno

marco 21 years ago
parent
commit
11f9c20d90
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/unix/sysutils.pp

+ 5 - 2
rtl/unix/sysutils.pp

@@ -555,7 +555,7 @@ end;
 Function GetLastOSError : Integer;
 Function GetLastOSError : Integer;
 
 
 begin
 begin
-  Result:=ErrNo;
+  Result:=fpgetErrNo;
 end;
 end;
   
   
 {****************************************************************************
 {****************************************************************************
@@ -571,7 +571,10 @@ end.
 {
 {
 
 
   $Log$
   $Log$
-  Revision 1.33  2004-02-08 14:50:51  michael
+  Revision 1.34  2004-02-09 17:11:17  marco
+   * fixed for 1.0 errno->fpgeterrno
+
+  Revision 1.33  2004/02/08 14:50:51  michael
   + Added fileIsReadOnly
   + Added fileIsReadOnly
 
 
   Revision 1.32  2004/02/08 11:01:17  michael
   Revision 1.32  2004/02/08 11:01:17  michael