浏览代码

* 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