mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:01:58 +01:00
Changed type of state->journaltolen to fix a compiler warning
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
231e95598c
commit
ede81c7f11
@ -221,7 +221,7 @@ struct parser_state {
|
||||
unsigned int todomainlen;
|
||||
unsigned int found_security_header;
|
||||
|
||||
int journaltolen;
|
||||
long unsigned int journaltolen;
|
||||
|
||||
int retention;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user