Changeset 2588 in ntrip


Ignore:
Timestamp:
Aug 30, 2010, 10:46:10 AM (14 years ago)
Author:
stoecker
Message:

fix compiler warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM/RTCM2_2021.cpp

    r1169 r2588  
    1414
    1515void RTCM2_2021::extract(const RTCM2packet& P) {
    16   if ( !P.valid() || P.ID() != 20 && P.ID() != 21 ) {
     16  if ( !P.valid() || (P.ID() != 20 && P.ID() != 21) ) {
    1717    return;
    1818  }
Note: See TracChangeset for help on using the changeset viewer.