Also make these two unsigned

This commit is contained in:
Lactozilla 2023-09-03 13:30:11 -03:00
parent 2f25102b79
commit 4847825a59

View file

@ -727,8 +727,8 @@ typedef struct
typedef struct
{
size_t topdelta;
size_t length;
unsigned topdelta;
unsigned length;
size_t data_offset;
} post_t;