Changeset 2485 in ntrip for trunk/BNC/latencychecker.cpp


Ignore:
Timestamp:
May 11, 2010, 1:12:37 PM (14 years ago)
Author:
weber
Message:

Bug in latency output every 15 min fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/latencychecker.cpp

    r1983 r2485  
    109109    _perfIntr = 60;
    110110  }
    111   else if ( perfIntr.indexOf("5 min")   != -1 ) {
     111  else if ( perfIntr.left(5).indexOf("5 min")   != -1 ) {
    112112    _perfIntr = 300;
    113113  }
Note: See TracChangeset for help on using the changeset viewer.