Changeset 6184 in ntrip


Ignore:
Timestamp:
Sep 14, 2014, 3:36:23 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r6182 r6184  
    5252  reset();
    5353  istringstream in(line);
    54   char ch; in >> ch; if (ch != '0') return;
     54  char ch; in >> ch; if (ch != 'O') return;
    5555  int    gpsw;
    5656  double gpssec;
Note: See TracChangeset for help on using the changeset viewer.