Changeset 7657 in ntrip for trunk/BNC/src/bncoutf.cpp


Ignore:
Timestamp:
Jan 6, 2016, 11:30:32 AM (8 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r7550 r7657  
    187187      writeHeader(datTim);
    188188    }
    189     _headerWritten = true;
     189    if (_out.is_open()) {
     190      _headerWritten = true;
     191    }
    190192  }
    191193
Note: See TracChangeset for help on using the changeset viewer.