Changeset 7571 in ntrip


Ignore:
Timestamp:
Nov 23, 2015, 10:34:47 AM (8 years ago)
Author:
stuerze
Message:

small bug fixed in sinex antenna string generation

File:
1 edited

Legend:

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

    r7521 r7571  
    9595
    9696  if (antName.find("NULLANTENNA") != string::npos) {
    97     QString();
     97    return QString();
    9898  }
    9999
     
    101101
    102102  if (_maps.find(antNameQ) == _maps.end()) {
    103     QString();
     103    return QString();
    104104  }
    105105
Note: See TracChangeset for help on using the changeset viewer.