diff options
-rw-r--r-- | source/pdf/pdf-repair.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/pdf/pdf-repair.c b/source/pdf/pdf-repair.c index 78a928f9..5f055ca4 100644 --- a/source/pdf/pdf-repair.c +++ b/source/pdf/pdf-repair.c @@ -10,8 +10,8 @@ struct entry { int num; int gen; - int ofs; - int stm_ofs; + int64_t ofs; + int64_t stm_ofs; int stm_len; }; |