diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-12-04 20:22:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-04 20:22:05 +0100 |
commit | 947896ad7dce9602dea1e70948363e568718cbb0 (patch) | |
tree | ac98e5e7e892172d29df004588d5093e7c02de15 /example/ndpiReader.c | |
parent | 7cba34a1e3aef9cb057db2a5f5fab22473aabc48 (diff) |
Fix configure script (after fb85dac9) (#1381)
Fix/disable some LGTM warnings
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |