Explorar el Código

* SetFAttr now fails on attempt to set VolumeID

olle hace 20 años
padre
commit
1595efd65b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);