Jelajahi Sumber

* SetFAttr now fails on attempt to set VolumeID

olle 20 tahun lalu
induk
melakukan
1595efd65b
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      rtl/macos/dos.pp

+ 1 - 0
rtl/macos/dos.pp

@@ -872,6 +872,7 @@ End;
     if (attr and VolumeID) <> 0 then
     if (attr and VolumeID) <> 0 then
       begin
       begin
         Doserror := 5;
         Doserror := 5;
+				Exit;
       end;
       end;
 
 
     DosError := PathArgToFSSpec(StrPas(filerec(f).name), spec);
     DosError := PathArgToFSSpec(StrPas(filerec(f).name), spec);