Changeset 8204 in ntrip for trunk/BNC/src/orbComp/sp3Comp.cpp


Ignore:
Timestamp:
Dec 11, 2017, 3:00:40 PM (6 years ago)
Author:
wiese
Message:

CHANGE: #105 toAscii deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r7942 r8204  
    423423  QStringListIterator it(_excludeSats);
    424424  while (it.hasNext()) {
    425     string prnStr = it.next().toAscii().data();
     425    string prnStr = it.next().toLatin1().data();
    426426    if (prnStr == prn.toString() || prnStr == prn.toString().substr(0,1)) {
    427427      return true;
Note: See TracChangeset for help on using the changeset viewer.