Changeset 6971 in ntrip


Ignore:
Timestamp:
Jun 25, 2015, 2:32:49 PM (9 years ago)
Author:
stuerze
Message:

minor changes regarding prn in bncantex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncantex.cpp

    r6694 r6971  
    242242  }
    243243
    244   QMap<QString, t_antMap*>::const_iterator it = _maps.find(prn);
     244  QMap<QString, t_antMap*>::const_iterator it = _maps.find(prn.mid(0,3));
    245245  if (it != _maps.end()) {
    246246    t_antMap* map = it.value();
Note: See TracChangeset for help on using the changeset viewer.