diff options
Diffstat (limited to 'src/lib/ndpi_classify.c')
-rw-r--r-- | src/lib/ndpi_classify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_classify.c b/src/lib/ndpi_classify.c index 7a814f7ce..af7385fb7 100644 --- a/src/lib/ndpi_classify.c +++ b/src/lib/ndpi_classify.c @@ -679,7 +679,7 @@ ndpi_timeval_to_microseconds(struct timeval ts) } void -ndpi_log_timestamp(char *log_ts, u_int log_ts_len) +ndpi_log_timestamp(char *log_ts, uint32_t log_ts_len) { struct timeval tv; time_t nowtime; |