diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java index 5163581..b62217e 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java @@ -285,7 +285,7 @@ public class FourCornerZionStenoLexer { class StenoScannerNCR18 extends StenoScanner { private final int denominatorBank[] = new int[64]; // <== is the terminator select per 9 bit group - private final int numeratorBank[] = new int[64]; + private final int numeratorBank[] = new int[denominatorBank.length]; public StenoScannerNCR18() { super(FourCornerDotCake.FC_NCR1632_XD.getStart(), FourCornerDotCake.FC_NCR1632_XN.getStop()); @@ -343,22 +343,20 @@ public class FourCornerZionStenoLexer { } private void bankReset() { - for (int i=0;i