Changeset 10123 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Jul 18, 2023, 2:38:49 PM (12 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9908 r10123  
    206206      break;
    207207    }
    208 
     208    if (_lastLine[0] == 'V') {
     209      continue;
     210    }
    209211    t_sp3Sat* sp3Sat = new t_sp3Sat();
    210212    istringstream in(_lastLine.substr(1).c_str());
Note: See TracChangeset for help on using the changeset viewer.