jacketizer / libnmea

Lightweight C library for parsing NMEA 0183 sentences
MIT License
260 stars 92 forks source link

Fix example sentence causing segmentation fault #31

Closed adfelippe closed 5 years ago

adfelippe commented 5 years ago

Minimum example is crashing (segfault) due to invalid sentence parsing. Example sentence now matches the one described in the README file.

jacketizer commented 5 years ago

Great, thank you :)