mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-07 07:14:09 +00:00
Fix obvious bug is GPS-A handling.
This commit is contained in:
parent
5124a594e7
commit
96426b50d9
2 changed files with 662 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ bool CAPRSCollector::addCRCData()
|
|||
|
||||
m_crcLength = 0U;
|
||||
for (int i = n1; i <= n2; i++) {
|
||||
m_crcData[m_rmcLength] = m_collector.GetChar(i);
|
||||
m_crcData[m_crcLength] = m_collector.GetChar(i);
|
||||
m_crcLength++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue