소스 검색

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