Changeset 8692 in ntrip for trunk/BNC/src/bncutils.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/bncutils.cpp

    r8673 r8692  
    308308    XOR ^= (unsigned char) gga[ii].toLatin1();
    309309  }
    310   gga = "$" + gga + QString("*%1").arg(XOR, 2, 16, QLatin1Char('0'));
     310  gga = "$" + gga + QString("*%1").arg(XOR, 2, 16, QLatin1Char('0')) + "\n";
    311311
    312312  return gga.toLatin1();
Note: See TracChangeset for help on using the changeset viewer.