Changeset 8761 in ntrip for trunk/BNC/src/upload
- Timestamp:
- May 17, 2019, 1:21:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8755 r8761 264 264 if (nextEpoch != -1 && nextEpoch < iEpoEnd) { 265 265 _rtnetStreamBuffer = _rtnetStreamBuffer.mid(nextEpoch); 266 } 267 else if (nextEpoch != -1 && nextEpoch >= iEpoEnd) { 268 break; 266 269 } 267 270 }
Note:
See TracChangeset
for help on using the changeset viewer.