Explorar o código

Merge pull request #16 from anthonybrice/patch-1

NULL terminate array as test_minmea_check expects
Kosma Moczek %!s(int64=8) %!d(string=hai) anos
pai
achega
5b8b204e44
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests.c

+ 1 - 0
tests.c

@@ -18,6 +18,7 @@
 
 static const char *valid_sentences_nochecksum[] = {
     "$GPTXT,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
+    NULL,
 };
 
 static const char *valid_sentences_checksum[] = {