Changeset 8646 in ntrip for trunk/BNC/src/pppRun.cpp
- Timestamp:
- Mar 29, 2019, 9:23:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppRun.cpp
r8403 r8646 692 692 } 693 693 694 return '$' + nmStr + QString("*%1 \n").arg(int(XOR), 0, 16).toUpper();694 return '$' + nmStr + QString("*%1").arg(XOR, 2, 16, QLatin1Char('0')); 695 695 } 696 696
Note:
See TracChangeset
for help on using the changeset viewer.