Changeset 3554 in ntrip


Ignore:
Timestamp:
Dec 23, 2011, 8:40:13 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3553 r3554  
    355355  while (itCorr.hasNext()) {
    356356    cmbCorr* hlp = itCorr.next();
    357     if (hlp->prn == newCorr->prn && hlp->acName == newCorr->prn) {
     357    if (hlp->prn == newCorr->prn && hlp->acName == newCorr->acName) {
    358358      existingCorr = hlp;
    359359      break;
Note: See TracChangeset for help on using the changeset viewer.