mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 07:39:31 +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;
|
||||
S:=NextWord(L);
|
||||
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;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user