Ignore:
Timestamp:
Nov 3, 2020, 1:14:31 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9201 r9204  
    17721772            if (_staID.contains("AIRA") || _staID.contains("STK2") ||
    17731773                _staID.contains("CCJ2") || _staID.contains("SYOG")) {
    1774               emit(newMessage(
    1775                    QString("%1: Block temporary %2 from JAXA RTKLIB encoded stations!")
    1776                        .arg(_staID).arg(id).toLatin1(), true));
     1774              emit(newMessage(QString("%1: Block temporary %2 from JAXA RTKLIB encoded stations!")
     1775                   .arg(_staID).arg(id).toLatin1(), true));
    17771776              break;
    17781777            }
Note: See TracChangeset for help on using the changeset viewer.