Changeset 2968 in ntrip


Ignore:
Timestamp:
Feb 4, 2011, 12:05:35 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r2967 r2968  
    265265  // Check the Mountpoint (source of corrections)
    266266  // --------------------------------------------
    267   if (_pppCorrMount.isEmpty() ) {
     267  if (!_pppCorrMount.isEmpty()) {
    268268    QMutableListIterator<QString> itm(corrList);
    269269    while (itm.hasNext()) {
Note: See TracChangeset for help on using the changeset viewer.