"rio" work
[jalview.git] / forester / java / src / org / forester / application / strip.java
index 4d1c2ad..f374154 100644 (file)
@@ -84,7 +84,7 @@ public class strip {
         }
         else {
             names = new String[ args.length - 3 ];
-            for( int i = 0; i < args.length - 3; ++i ) {
+            for( int i = 0; i < ( args.length - 3 ); ++i ) {
                 names[ i ] = args[ i + 3 ];
             }
         }