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

git-svn-id: trunk@33340 -
This commit is contained in:
michael 2016-03-27 00:01:14 +00:00
parent 9d75d3aae8
commit 960963e74b

View File

@ -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;