mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-14 07:30:30 +01:00
Change uint to uint32_t
This commit is contained in:
parent
e828f73306
commit
8fa3cd9564
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ _jpx_get_box_contents (const unsigned char *p)
|
|||
static cairo_bool_t
|
||||
_jpx_match_box (const unsigned char *p, const unsigned char *end, uint32_t type)
|
||||
{
|
||||
uint length;
|
||||
uint32_t length;
|
||||
|
||||
if (p + 8 < end) {
|
||||
length = _get_be32 (p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue