X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/935f8f3fc8915049b0bd70fdb9050bbd1ca65b7c..ee62c0d008ff4a83ab86597030637636c2fa5d13:/binipstuff.pas?ds=inline

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 + ':';