mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 23:30:20 +02:00
* fixed range error
git-svn-id: trunk@2647 -
This commit is contained in:
parent
340cf721b5
commit
2c46fe0790
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user