X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/954f0e552e0d08f00fe962dd3bc9c1a324841aa2..ee62c0d008ff4a83ab86597030637636c2fa5d13:/binipstuff.pas diff --git a/binipstuff.pas b/binipstuff.pas index 94a0c03..1f5fed4 100644 --- a/binipstuff.pas +++ b/binipstuff.pas @@ -384,6 +384,13 @@ begin end; end; end; + + {run length atleast 2 0 words} + if (runlength = 1) then begin + runlength := 0; + runbegin := 0; + end; + result := ''; for a := 0 to runbegin-1 do begin if (a <> 0) then result := result + ':';