mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* SearchAttr needs more bits (faSymlink=$400), bug ID #29870
git-svn-id: trunk@33340 -
This commit is contained in:
parent
9d75d3aae8
commit
960963e74b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user