Changeset 5792 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 4, 2014, 4:28:19 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5791 r5792  
    189189    }
    190190    if (epoData == 0) {
    191       if (newObs->_time > _pppEpochs.back()->_time) {
     191      if (_pppEpochs.empty() || newObs->_time > _pppEpochs.back()->_time) {
    192192        epoData = new t_pppEpoData;
    193193        epoData->_time = newObs->_time;
Note: See TracChangeset for help on using the changeset viewer.