Parcourir la source

* fixed range error

git-svn-id: trunk@2647 -
Jonas Maebe il y a 19 ans
Parent
commit
2c46fe0790
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/darwin/termiosproc.inc

+ 1 - 1
rtl/darwin/termiosproc.inc

@@ -25,7 +25,7 @@ end;
 
 Function TCSetAttr(fd:cint;OptAct:cint;const tios:TermIOS):cint;
 var
-  nr:cint;
+  nr:culong;
 begin
   case OptAct of
    TCSANOW   : nr:=TIOCSETA;