Changeset 411 in ntrip


Ignore:
Timestamp:
Mar 5, 2007, 12:35:13 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r410 r411  
    496496  _out.close();
    497497  if (!_rnxScriptName.isEmpty()) {
    498     system( QString(_rnxScriptName + " " + _fName + " &").toAscii().data() );
    499   }
    500 }
     498    QProcess cmd;
     499    cmd.startDetached(_rnxScriptName, QStringList() << _fName);
     500    ///    system( QString(_rnxScriptName + " " + _fName + " &").toAscii().data() );
     501  }
     502}
Note: See TracChangeset for help on using the changeset viewer.