Changeset 8646 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Mar 29, 2019, 9:23:34 AM (5 years ago)
Author:
stuerze
Message:

big fixed in NMEA checksum

File:
1 edited

Legend:

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

    r8403 r8646  
    692692  }
    693693
    694   return '$' + nmStr + QString("*%1\n").arg(int(XOR), 0, 16).toUpper();
     694  return '$' + nmStr + QString("*%1").arg(XOR, 2, 16, QLatin1Char('0'));
    695695}
    696696
Note: See TracChangeset for help on using the changeset viewer.