mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:00:13 +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 todomainlen;
|
||||||
unsigned int found_security_header;
|
unsigned int found_security_header;
|
||||||
|
|
||||||
int journaltolen;
|
long unsigned int journaltolen;
|
||||||
|
|
||||||
int retention;
|
int retention;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user