Changeset 8761 in ntrip for trunk/BNC


Ignore:
Timestamp:
May 17, 2019, 1:21:36 PM (5 years ago)
Author:
stuerze
Message:

minor changes to read the RTNET data buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r8755 r8761  
    264264    if (nextEpoch != -1 && nextEpoch < iEpoEnd) {
    265265      _rtnetStreamBuffer = _rtnetStreamBuffer.mid(nextEpoch);
     266    }
     267    else if (nextEpoch != -1 && nextEpoch >= iEpoEnd) {
     268      break;
    266269    }
    267270  }
Note: See TracChangeset for help on using the changeset viewer.