Changeset 3524 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Dec 15, 2011, 9:51:40 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r3371 r3524  
    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.