Changeset 10214 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Sep 16, 2023, 12:43:47 AM (8 months ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r10097 r10214  
    226226#endif
    227227  printEphHeader(eph->receptStaID());
    228   printEph(*eph, (ircPut == success));
     228  printEph(*eph, bool(ircPut == success));
    229229  return success;
    230230}
  • trunk/BNC/src/pppRun.cpp

    r10192 r10214  
    330330  // Make sure the buffer does not grow beyond any limit
    331331  // ---------------------------------------------------
    332   const unsigned MAX_EPODATA_SIZE = 65;
     332  const unsigned MAX_EPODATA_SIZE = 61;
    333333  if (_epoData.size() > MAX_EPODATA_SIZE) {
    334334    delete _epoData.front();
Note: See TracChangeset for help on using the changeset viewer.