* fixed deprecated

git-svn-id: trunk@7717 -
This commit is contained in:
marco 2007-06-17 20:29:33 +00:00
parent 4200ae288d
commit 0ef2cb0b02

View File

@ -80,7 +80,7 @@ end;
procedure SerFlush(Handle: TSerialHandle);
begin
fsync(Handle);
fpfsync(Handle);
end;
function SerRead(Handle: TSerialHandle; var Buffer; Count: LongInt): LongInt;