summaryrefslogtreecommitdiff
path: root/src/bin/jp2
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-03 12:00:24 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-03-03 12:00:24 +0000
commit11f402b44ae63295663737e355d1319b6e50f84b (patch)
tree30bde70a5dd9a73da759b97300848581f3b7e825 /src/bin/jp2
parent18049fe3e0dadd6765f030e71d647d6865e8625d (diff)
[trunk] Remove easy to fix warnings about conversion
Diffstat (limited to 'src/bin/jp2')
-rw-r--r--src/bin/jp2/opj_decompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jp2/opj_decompress.c b/src/bin/jp2/opj_decompress.c
index b2e4e83c..dd1a0775 100644
--- a/src/bin/jp2/opj_decompress.c
+++ b/src/bin/jp2/opj_decompress.c
@@ -271,7 +271,7 @@ static int infile_format(const char *fname)
const char *s, *magic_s;
int ext_format, magic_format;
unsigned char buf[12];
- unsigned int l_nb_read;
+ OPJ_SIZE_T l_nb_read;
reader = fopen(fname, "rb");