Changeset 6971 in ntrip
- Timestamp:
- Jun 25, 2015, 2:32:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncantex.cpp
r6694 r6971 242 242 } 243 243 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)); 245 245 if (it != _maps.end()) { 246 246 t_antMap* map = it.value();
Note:
See TracChangeset
for help on using the changeset viewer.