mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-24 18:21:34 +00:00
Also make these two unsigned
This commit is contained in:
parent
2f25102b79
commit
4847825a59
1 changed files with 2 additions and 2 deletions
|
@ -727,8 +727,8 @@ typedef struct
|
|||
|
||||
typedef struct
|
||||
{
|
||||
size_t topdelta;
|
||||
size_t length;
|
||||
unsigned topdelta;
|
||||
unsigned length;
|
||||
size_t data_offset;
|
||||
} post_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue