Skip to content
Snippets Groups Projects
Commit 6bb80e62 authored by lhausamm's avatar lhausamm Committed by Loic Hausammann
Browse files

Change logger size to unsigned int

parent 1c27b1dc
No related branches found
No related tags found
1 merge request!502Logger
......@@ -323,7 +323,7 @@ struct engine {
size_t logger_time_offset;
/* Size of the dump file */
int logger_size;
size_t logger_size;
#endif
/* Need to dump a snapshot ? */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment