mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 15:19:25 +02:00
--- Merging r35520 into '.':
U packages/fcl-net/src/netdb.pp --- Recording mergeinfo for merge of r35520 into '.': U . # revisions: 35520 git-svn-id: branches/fixes_3_0@36074 -
This commit is contained in:
parent
45a1db6730
commit
c361439bbd
@ -329,12 +329,16 @@ Var
|
||||
L : String;
|
||||
A : THostAddr;
|
||||
T : PHostListEntry;
|
||||
B : Array of byte;
|
||||
FS : Int64;
|
||||
|
||||
begin
|
||||
Result:=Nil;
|
||||
Assign(F,FileName);
|
||||
{$push}{$I-}
|
||||
Reset(F);
|
||||
SetLength(B,65355);
|
||||
SetTextBuf(F,B[0],65355);
|
||||
{$pop};
|
||||
If (IOResult<>0) then
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user