Changeset 6349 in ntrip for trunk/BNC/src/bncsp3.cpp


Ignore:
Timestamp:
Nov 26, 2014, 6:19:28 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncsp3.cpp

    r6331 r6349  
    178178    getline(_stream, _lastLine);
    179179    if (_stream.eof() || _lastLine.find("EOF") == 0) {
    180       throw "t_sp3File: end of file";
     180      delete _currEpoch; _currEpoch = 0;
    181181      break;
    182182    }
Note: See TracChangeset for help on using the changeset viewer.