kosma / minmea

a lightweight GPS NMEA 0183 parser library in pure C
Do What The F*ck You Want To Public License
756 stars 246 forks source link

minmea_sentence_id(line) is not proper #20

Closed johlim closed 7 years ago

johlim commented 7 years ago

function decl : minmea.c ,

enum minmea_sentence_id minmea_sentence_id(const char *sentence, bool strict) in example code switch ( minmea_sentence_id(line))

s-stepien commented 7 years ago

You must be wrong. I see the 2nd argument. In master branch.

johlim commented 7 years ago

I talking about example in https://github.com/cloudyourcar/minmea#example