Changeset 9687 in ntrip


Ignore:
Timestamp:
Apr 12, 2022, 11:53:18 AM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9675 r9687  
    299299  }
    300300
    301   lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n',
    302       QString::SkipEmptyParts);
     301  lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', QString::SkipEmptyParts);
     302
    303303  _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoEnd + 3);
    304304
Note: See TracChangeset for help on using the changeset viewer.