mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
* Max len 3 per number in dotted quad
git-svn-id: trunk@45368 -
This commit is contained in:
parent
a0c403f445
commit
08cb5b7665
@ -328,6 +328,8 @@ begin
|
||||
end
|
||||
else
|
||||
Dummy:=IP;
|
||||
if Length(Dummy)>3 then
|
||||
exit;
|
||||
Val (Dummy,k,J);
|
||||
If J<>0 then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user