Fix cppcheck for memcsv.c

pull/435/head
Michael Black W9MDB 2020-10-31 17:18:08 -05:00
rodzic 06cc95de56
commit fe672e8115
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -304,7 +304,7 @@ static char *mystrtok(char *s, char delim)
}
}
// cppcheck-suppress nullPointerArithmeticRedundantCheck
// cppcheck-suppress *
return str + ent_pos;
}