Changeset 3004 in ntrip for trunk/BNC/bncapp.cpp
- Timestamp:
- Feb 22, 2011, 11:53:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r2922 r3004 839 839 QByteArray fileName = settings.value("rawOutFile").toByteArray(); 840 840 if (!fileName.isEmpty()) { 841 _rawFile = new bncRawFile(fileName, format, bncRawFile::output);841 _rawFile = new bncRawFile(fileName, staID, format, bncRawFile::output); 842 842 } 843 843 }
Note:
See TracChangeset
for help on using the changeset viewer.