소스 검색

* fixed constant range error

Jonas Maebe 24 년 전
부모
커밋
75bdddea4d
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      rtl/unix/sysutils.pp

+ 5 - 2
rtl/unix/sysutils.pp

@@ -155,7 +155,7 @@ Var SInfo : Stat;
     GlobSearchRec : PGlobSearchrec;
     
 begin
-  TAttr:=$ffffffff;
+  TAttr:=longint($ffffffff);
   GlobSearchRec:=PGlobSearchrec(Info.FindHandle);
   P:=GlobSearchRec^.GlobHandle;
   Result:=P<>Nil;
@@ -458,7 +458,10 @@ end.
 {
 
   $Log$
-  Revision 1.3  2000-11-28 20:06:12  michael
+  Revision 1.4  2000-12-18 14:01:42  jonas
+    * fixed constant range error
+
+  Revision 1.3  2000/11/28 20:06:12  michael
   + merged fix for findfirst/findnext/findclose
 
   Revision 1.2  2000/09/18 13:14:51  marco