diff options
Diffstat (limited to 'source/xps')
-rw-r--r-- | source/xps/xps-imp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xps/xps-imp.h b/source/xps/xps-imp.h index cac5494a..7eff5670 100644 --- a/source/xps/xps-imp.h +++ b/source/xps/xps-imp.h @@ -183,7 +183,7 @@ typedef struct xps_entry_s xps_entry; struct xps_entry_s { char *name; - fz_off_t offset; + int64_t offset; int csize; int usize; }; |