Quellcode durchsuchen

* fixed range error

git-svn-id: trunk@2647 -
Jonas Maebe vor 19 Jahren
Ursprung
Commit
2c46fe0790
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;