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


Ignore:
Timestamp:
Oct 2, 2008, 4:38:03 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1145 r1146  
    507507      }
    508508      else if (_rawInpFile) {
    509         const qint64 maxBytes = 10000;
     509        const qint64 maxBytes = 1024;
    510510        nBytes = maxBytes;
    511511      }
     
    521521        else if (_rawInpFile) {
    522522          nBytes = _rawInpFile->read(data, nBytes);
    523           cout << "nBytes = " << nBytes << endl;
    524523          if (nBytes <= 0) {
    525524            cout << "no more data" << endl;
Note: See TracChangeset for help on using the changeset viewer.