2
0
Эх сурвалжийг харах

* fixed range error

git-svn-id: trunk@2647 -
Jonas Maebe 19 жил өмнө
parent
commit
2c46fe0790

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