Changeset 3571 in ntrip for branches/BNC_LM/bncapp.cpp


Ignore:
Timestamp:
Dec 25, 2011, 7:27:03 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_LM/bncapp.cpp

    r3371 r3571  
    867867    QByteArray fileName = settings.value("rawOutFile").toByteArray();
    868868    if (!fileName.isEmpty()) {
    869       _rawFile = new bncRawFile(fileName, staID, format, bncRawFile::output);
     869      _rawFile = new bncRawFile(fileName, staID, bncRawFile::output);
    870870    }
    871871  }
Note: See TracChangeset for help on using the changeset viewer.