Changeset 292 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Nov 10, 2006, 10:19:40 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r280 r292  
    3939 *
    4040 * -----------------------------------------------------------------------*/
     41
     42#include <stdlib.h>
    4143
    4244#include <QSettings>
     
    388390  _out.close();
    389391  if (!_rnxScriptName.isEmpty()) {
    390     _rnxScript.start(_rnxScriptName, QStringList() << _fName);
    391   }
    392 }
     392    system( QString(_rnxScriptName + " " + _fName + " &").toAscii().data() );
     393  }
     394}
Note: See TracChangeset for help on using the changeset viewer.