lcore.org gitweb
/
lcore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
935f8f3
)
ip6bintostr run length atleast 2 0 words
author
beware
<beware@bircd.org>
Fri, 26 Feb 2010 03:43:23 +0000
(
03:43
+0000)
committer
beware
<beware@bircd.org>
Fri, 26 Feb 2010 03:43:23 +0000
(
03:43
+0000)
git-svn-id: file:///svnroot/lcore/trunk@85
b1de8a11
-f9be-4011-bde0-
cc7ace90066a
binipstuff.pas
patch
|
blob
|
history
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
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
result := '';
\r
for a := 0 to runbegin-1 do begin
\r
if (a <> 0) then result := result + ':';
\r