Index: trunk/BNC/src/bncrinex.cpp
===================================================================
--- trunk/BNC/src/bncrinex.cpp	(revision 10979)
+++ trunk/BNC/src/bncrinex.cpp	(revision 10982)
@@ -349,13 +349,11 @@
   int statIDlength;
   if (n > 9) {
-    statIDlength = 9; // rnx3
-  }
-  else if (n > 4) {
-    statIDlength = 4; // rnx2
-  }
-  else {
+    statIDlength = 9; // rnx3/4
+  }
+  else if (n >= 4) {
     statIDlength = n;
   }
-  QString ID = _statID.left(statIDlength);
+  QString ID = _statID.left(statIDlength); 
+
   ID = ID.toUpper();
 
