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


Ignore:
Timestamp:
Apr 25, 2019, 10:24:40 AM (5 years ago)
Author:
stuerze
Message:

NMEA string concluded with CRLF

File:
1 edited

Legend:

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

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