浏览代码

* 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);