summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-interpret.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-04-12 19:42:19 +0100
committerRobin Watts <robin.watts@artifex.com>2016-04-26 10:54:48 +0100
commitf4a365df3f7709192ec6052832e857d2832ae47f (patch)
tree407bbbb259c173ed9d89c0064610b442bfc84e12 /source/pdf/pdf-interpret.c
parent4584bb1fbd3208e516a6f17b36c3b861903529f7 (diff)
downloadmupdf-f4a365df3f7709192ec6052832e857d2832ae47f.tar.xz
Update mutool clean sanitize to clean annotations too.
Diffstat (limited to 'source/pdf/pdf-interpret.c')
-rw-r--r--source/pdf/pdf-interpret.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pdf/pdf-interpret.c b/source/pdf/pdf-interpret.c
index 3a386614..cff3f197 100644
--- a/source/pdf/pdf-interpret.c
+++ b/source/pdf/pdf-interpret.c
@@ -1258,7 +1258,7 @@ pdf_process_annot(fz_context *ctx, pdf_processor *proc, pdf_document *doc, pdf_p
proc->op_cm(ctx, proc,
annot->matrix.a, annot->matrix.b, annot->matrix.c,
annot->matrix.d, annot->matrix.e, annot->matrix.f);
- proc->op_Do_form(ctx, proc, "Annot", annot->ap, page->resources);
+ proc->op_Do_form(ctx, proc, NULL, annot->ap, page->resources);
proc->op_Q(ctx, proc);
}
}