Changeset 10546 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Sep 25, 2024, 5:08:35 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r10543 r10546 331 331 if (nextEpoch != -1 && nextEpoch < iEpoEnd) { 332 332 rtnetStreamBuffer = rtnetStreamBuffer.mid(nextEpoch, nextEpochEnd); 333 lines = rtnetStreamBuffer.split('\n', Q t::SkipEmptyParts);333 lines = rtnetStreamBuffer.split('\n', QString::SkipEmptyParts); 334 334 if (lines.size() > 2) { 335 335 decodeRtnetEpoch(lines); … … 343 343 } 344 344 345 lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', Q t::SkipEmptyParts);345 lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', QString::SkipEmptyParts); 346 346 347 347 _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoEnd + 3);
Note:
See TracChangeset
for help on using the changeset viewer.