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


Ignore:
Timestamp:
Jul 29, 2008, 10:53:05 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r994 r995  
    616616  }
    617617
     618  QSettings settings;
     619  _waitCoTime    = settings.value("corrTime").toInt();
     620  if (_waitCoTime < 1) {
     621    _waitCoTime = 1;
     622  }
     623
    618624  // First time, set the _lastDumpSec immediately
    619625  // --------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.