瀏覽代碼

* SearchAttr needs more bits (faSymlink=$400), bug ID #29870

git-svn-id: trunk@33340 -
michael 9 年之前
父節點
當前提交
960963e74b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/unix/sysutils.pp

+ 1 - 1
rtl/unix/sysutils.pp

@@ -831,7 +831,7 @@ Type
     DirPtr     : Pointer;     {directory pointer for reading directory}
     SearchSpec : RawbyteString;
     SearchType : Byte;        {0=normal, 1=open will close, 2=only 1 file}
-    SearchAttr : Byte;        {attribute we are searching for}
+    SearchAttr : Longint;     {attribute we are searching for}
   End;
   PUnixFindData = ^TUnixFindData;