Explorar el Código

* fixed range error

git-svn-id: trunk@2647 -
Jonas Maebe hace 19 años
padre
commit
2c46fe0790
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;