Index: /branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp
===================================================================
--- /branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp	(revision 9318)
+++ /branches/BNC_2.12/src/RTCM3/RTCM3Decoder.cpp	(revision 9319)
@@ -1059,5 +1059,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3) SQRT_A %4 m!")
-           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
+           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
            .arg(eph._sqrt_A,10,'F',3).toAscii(), true));
 #endif
@@ -1122,5 +1122,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): ALM = %4: missing data!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
            .arg(eph._almanac_health_availablility_indicator).toAscii(), true));
 #endif
@@ -1165,5 +1165,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): NT = %4: missing data!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toAscii(), true));
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).arg(eph._M_NT,4).toAscii(), true));
 #endif
       return false;
@@ -1174,5 +1174,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): ADD = %4: missing data!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str())
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str())
            .arg(eph._additional_data_availability).toAscii(), true));
 #endif
@@ -1196,5 +1196,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): zero position!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).toAscii(), true));
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toAscii(), true));
 #endif
       return false;
@@ -1206,5 +1206,5 @@
 #ifdef BNC_DEBUG_BCEP
       emit(newMessage(QString("%1: Block %2 (%3): zero velocity!")
-           .arg(_staID).arg(1019,4).arg(eph._prn.toString().c_str()).toAscii(), true));
+           .arg(_staID).arg(1020,4).arg(eph._prn.toString().c_str()).toAscii(), true));
 #endif
       return false;
