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


Ignore:
Timestamp:
Feb 22, 2011, 11:53:04 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2922 r3004  
    839839    QByteArray fileName = settings.value("rawOutFile").toByteArray();
    840840    if (!fileName.isEmpty()) {
    841       _rawFile = new bncRawFile(fileName, format, bncRawFile::output);
     841      _rawFile = new bncRawFile(fileName, staID, format, bncRawFile::output);
    842842    }
    843843  }
Note: See TracChangeset for help on using the changeset viewer.