[trunk] ICC profile length is always an unsigned integer

This commit is contained in:
Mathieu Malaterre 2012-03-26 09:19:45 +00:00
parent c8125f8710
commit f3217ac170
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ typedef struct opj_image {
/** 'restricted' ICC profile */
OPJ_BYTE *icc_profile_buf;
/** size of ICC profile */
OPJ_INT32 icc_profile_len;
OPJ_UINT32 icc_profile_len;
} opj_image_t;