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