lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ip6bintostr run length atleast 2 0 words
[lcore.git]
/
binipstuff.pas
diff --git
a/binipstuff.pas
b/binipstuff.pas
index 94a0c03b621108e54f0516998fc08d87aa7cdb7b..1f5fed4ecc62ff3ed505d4b39c2035c8a1ecb1a6 100644
(file)
--- a/
binipstuff.pas
+++ b/
binipstuff.pas
@@
-384,6
+384,13
@@
begin
end;
\r
end;
\r
end;
\r
+
\r
+ {run length atleast 2 0 words}
\r
+ if (runlength = 1) then begin
\r
+ runlength := 0;
\r
+ runbegin := 0;
\r
+ end;
\r
+
\r
result := '';
\r
for a := 0 to runbegin-1 do begin
\r
if (a <> 0) then result := result + ':';
\r