Changeset 2523 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Aug 3, 2010, 1:13:59 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r2519 r2523  
    387387      }
    388388      else if (_rawFile) {
    389         data = _rawFile->read();
     389        data = _rawFile->readChunk();
    390390
    391391        if (data.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.