fixed another typo
This commit is contained in:
parent
499a4b34d6
commit
4304a7fe5b
@ -150,7 +150,7 @@ IMPLEMENTATION MODULE Streams;
|
||||
IF (cnt > 0) THEN
|
||||
cnt1 := cnt;
|
||||
cnt := 0;
|
||||
IF Unix.write(fildes, ADR(buf), cnt) < 0 THEN END;
|
||||
IF Unix.write(fildes, ADR(buf), cnt1) < 0 THEN END;
|
||||
END;
|
||||
END;
|
||||
END FlushStream;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user