Changeset 8937 in ntrip for trunk/BNC


Ignore:
Timestamp:
May 22, 2020, 11:26:05 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r8903 r8937  
    875875    }
    876876  }
    877   else if ((type % 10) < 3) {
     877  else if ((type % 10) < 4) {
    878878    emit(newMessage(QString("%1: Block %2 contain partial data! Ignored!")
    879879        .arg(_staID).arg(type).toLatin1(), true));
Note: See TracChangeset for help on using the changeset viewer.