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


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r1146 r1147  
    7474  _rawInpFile = new QFile(rawInpFileName);
    7575  _rawInpFile->open(QIODevice::ReadOnly);
     76
     77  if (!_rnx) {
     78    cerr << "no RINEX path specified" << endl;
     79    ::exit(0);
     80  }
    7681}
    7782
Note: See TracChangeset for help on using the changeset viewer.