Changed type of state->journaltolen to fix a compiler warning

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-12-14 20:53:40 +01:00
parent 231e95598c
commit ede81c7f11

View File

@ -221,7 +221,7 @@ struct parser_state {
unsigned int todomainlen;
unsigned int found_security_header;
int journaltolen;
long unsigned int journaltolen;
int retention;
};