Explorar o código

Merge branch 'johlim-patch-1'

Kosma Moczek %!s(int64=8) %!d(string=hai) anos
pai
achega
6618d51f0c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ The library doesn't perform this conversion automatically for the following reas
 ```c
 char line[MINMEA_MAX_LENGTH];
 while (fgets(line, sizeof(line), stdin) != NULL) {
-    switch (minmea_sentence_id(line)) {
+    switch (minmea_sentence_id(line, false)) {
         case MINMEA_SENTENCE_RMC: {
             struct minmea_sentence_rmc frame;
             if (minmea_parse_rmc(&frame, line)) {