Changeset 8645 in ntrip for branches/BNC_2.12/src/pppRun.cpp


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

big fixed in NMEA checksum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/pppRun.cpp

    r8404 r8645  
    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.