浏览代码

Merge pull request #16 from anthonybrice/patch-1

NULL terminate array as test_minmea_check expects
Kosma Moczek 8 年之前
父节点
当前提交
5b8b204e44
共有 1 个文件被更改,包括 1 次插入0 次删除
  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[] = {