Changeset 3030 in ntrip


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3029 r3030  
    116116  int nextPar = 0;
    117117  QMapIterator<QString, cmbAC*> it(_ACs);
     118  it.next(); // skip first AC
    118119  while (it.hasNext()) {
    119120    it.next();
     
    122123  }
    123124  it.toFront();
     125  it.next();
    124126  while (it.hasNext()) {
    125127    it.next();
Note: See TracChangeset for help on using the changeset viewer.