Index: trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9890)
+++ trunk/BNC/src/RTCM3/RTCM3Decoder.cpp	(revision 9891)
@@ -1171,5 +1171,5 @@
            .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toLatin1(), true));
 #endif
-      //return false;
+      return false;
     }
     GETBITS(eph._M_M,   2) /* GLONASS-M M */
@@ -1181,5 +1181,5 @@
            .arg(eph._additional_data_availability).toLatin1(), true));
 #endif
-      //return false;
+      return false;
     }
     GETBITS(eph._NA,  11) /* GLONASS-M Na */
