Changeset 10596 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Jan 31, 2025, 10:27:53 AM (11 hours ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r10548 r10596  
    431431    app->setApplicationName("BNC");
    432432    app->setOrganizationName("BKG");
    433     app->setOrganizationDomain("www.bkg.bund.de");    //app->setWindowIcon(QPixmap(":ntrip-logo.png"));
     433    app->setOrganizationDomain("www.bkg.bund.de");   //app->setWindowIcon(QPixmap(":ntrip-logo.png"));
    434434    BNC_CORE->setGUIenabled(GUIenabled);
    435435  }
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r10548 r10596  
    476476  while (it.hasNext()) {
    477477    string prnStr = it.next().toLatin1().data();
    478     if (prnStr == prn.toString() || prnStr == prn.toString().substr(0,1)) {
     478    if (prnStr == prn.toString() ||             // prn
     479        prnStr == prn.toString().substr(0,1)) { // sys
    479480      return true;
    480481    }
Note: See TracChangeset for help on using the changeset viewer.