diff options
Diffstat (limited to 'base/sjbig2.h')
-rw-r--r-- | base/sjbig2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/sjbig2.h b/base/sjbig2.h index 3b63808f..4c6e7032 100644 --- a/base/sjbig2.h +++ b/base/sjbig2.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -47,7 +47,7 @@ typedef struct stream_jbig2decode_state_s Jbig2GlobalCtx *global_ctx; Jbig2Ctx *decode_ctx; Jbig2Image *image; - long offset; /* offset into the image bitmap of the next byte to be returned */ + size_t offset; /* offset into the image bitmap of the next byte to be returned */ s_jbig2_callback_data_t *callback_data; /* is allocated in non-gc memory */ } stream_jbig2decode_state; |