Changeset 1166 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Oct 22, 2008, 5:15:33 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r1158 r1166  
    126126  bncApp app(argc, argv, GUIenabled);
    127127
     128  int waitCoTime    = settings.value("corrTime").toInt();
     129  if (waitCoTime < 1) {
     130    waitCoTime = 1;
     131  }
     132  app.setWaitCoTime(waitCoTime);
     133
    128134  // Interactive Mode - open the main window
    129135  // ---------------------------------------
Note: See TracChangeset for help on using the changeset viewer.