in progress
[jalview.git] / forester / java / src / org / forester / rio / RIO.java
index 0de8e9a..1f4f3e6 100644 (file)
@@ -273,7 +273,7 @@ public final class RIO {
             first = 0;
         }
         if ( log() ) {
-            postLog( species_tree, first, first + counter - 1 );
+            postLog( species_tree, first, ( first + counter ) - 1 );
         }
         if ( _verbose ) {
             System.out.println();