فهرست منبع

* SetFAttr now fails on attempt to set VolumeID

olle 20 سال پیش
والد
کامیت
1595efd65b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      rtl/macos/dos.pp

+ 1 - 0
rtl/macos/dos.pp

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