mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:29:44 +02:00
* removed debug writeln from init section
git-svn-id: trunk@3835 -
This commit is contained in:
parent
f38dcb7145
commit
cfcc14fdb9
@ -253,7 +253,7 @@ begin
|
|||||||
Result:=True;
|
Result:=True;
|
||||||
S:=NextWord(L);
|
S:=NextWord(L);
|
||||||
Addr:=StrToNetAddr(S);
|
Addr:=StrToNetAddr(S);
|
||||||
Writeln(s,'->',Addr.s_bytes[1],'.',Addr.s_bytes[2],'.',Addr.s_bytes[3],'.',Addr.s_bytes[4]);
|
// Writeln(s,'->',Addr.s_bytes[1],'.',Addr.s_bytes[2],'.',Addr.s_bytes[3],'.',Addr.s_bytes[4]);
|
||||||
Result:=Addr.s_bytes[1]<>0;
|
Result:=Addr.s_bytes[1]<>0;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user