diff options
Diffstat (limited to 'source/pdf/pdf-xref.c')
-rw-r--r-- | source/pdf/pdf-xref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c index 2d6bc1e0..9c09ca98 100644 --- a/source/pdf/pdf-xref.c +++ b/source/pdf/pdf-xref.c @@ -2603,7 +2603,7 @@ pdf_load_hint_object(fz_context *ctx, pdf_document *doc) tok = pdf_lex(ctx, doc->file, buf); if (tok != PDF_TOK_INT) break; - gen = buf->i; + /* Ignore gen = buf->i */ tok = pdf_lex(ctx, doc->file, buf); if (tok != PDF_TOK_OBJ) break; |