Browse Source

* fixed getfattr which didn't reset doserror

peter 26 years ago
parent
commit
6fe4c6e7d4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/linux/dos.pp

+ 5 - 1
rtl/linux/dos.pp

@@ -815,6 +815,7 @@ Var
 {$ENDIF}
   LinAttr : longint;
 Begin
+  DosError:=0;
 {$IFDEF CRTLIB}
   _rtl_fstat(word(f), longint(@Info));
   attr := info.fmode;
@@ -1045,7 +1046,10 @@ End.
 
 {
   $Log$
-  Revision 1.10  1999-03-05 13:09:57  peter
+  Revision 1.11  1999-07-24 11:18:11  peter
+    * fixed getfattr which didn't reset doserror
+
+  Revision 1.10  1999/03/05 13:09:57  peter
     * fix for findfirst from the mailinglist
 
   Revision 1.9  1999/02/22 11:45:19  peter