Changeset 9687 in ntrip for trunk/BNC/src
- Timestamp:
- Apr 12, 2022, 11:53:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9675 r9687 299 299 } 300 300 301 lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', 302 QString::SkipEmptyParts); 301 lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', QString::SkipEmptyParts); 302 303 303 _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoEnd + 3); 304 304
Note:
See TracChangeset
for help on using the changeset viewer.