Changeset 6000 in ntrip


Ignore:
Timestamp:
Aug 18, 2014, 9:57:31 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5999 r6000  
    585585bool t_pppRun::waitForCorr(const bncTime& epoTime) const {
    586586
    587   if (!_opt->_realTime) {
     587  if (!_opt->_realTime || opt->_corrMount.empty()) {
    588588    return false;
    589589  }
Note: See TracChangeset for help on using the changeset viewer.