Changeset 9787 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jul 12, 2022, 2:27:30 PM (22 months ago)
Author:
stuerze
Message:

small bug fixed

File:
1 edited

Legend:

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

    r9503 r9787  
    348348    XOR ^= (unsigned char) gga[ii].toLatin1();
    349349  }
    350   gga = "$" + gga + QString("*%1").arg(XOR, 2, 16, QLatin1Char('0')) + "\n";
     350  gga = "$" + gga + QString("*%1").arg(XOR, 2, 16, QLatin1Char('0')) + "\r\n";
    351351
    352352  return gga.toLatin1();
Note: See TracChangeset for help on using the changeset viewer.