From 947896ad7dce9602dea1e70948363e568718cbb0 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sat, 4 Dec 2021 20:22:05 +0100 Subject: Fix configure script (after fb85dac9) (#1381) Fix/disable some LGTM warnings --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index f4f21f99d..641575c12 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -1188,7 +1188,7 @@ static char* is_unsafe_cipher(ndpi_cipher_weakness c) { /* ********************************** */ void print_bin(FILE *fout, const char *label, struct ndpi_bin *b) { - u_int8_t i; + u_int16_t i; const char *sep = label ? "," : ";"; ndpi_normalize_bin(b); -- cgit v1.2.3