From fe0be86de83b44ace49ceb540fc7f9e4db8253fb Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Wed, 19 Jun 2013 11:25:48 +0100 Subject: Fix win32, with-openssl build Also correct a comment --- pdf/pdf_annot.c | 2 +- win32/mujstest-v8.vcproj | 2 +- win32/mupdf-v8.vcproj | 2 +- win32/mupdf.vcproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pdf/pdf_annot.c b/pdf/pdf_annot.c index 4ed14abf..208d93e7 100644 --- a/pdf/pdf_annot.c +++ b/pdf/pdf_annot.c @@ -701,7 +701,7 @@ pdf_create_annot(pdf_document *doc, pdf_page *page, fz_annot_type type) pdf_array_push(annot_arr, ind_obj); /* - Linking must be done before any call that might throw because + Linking must be done after any call that might throw because pdf_free_annot below actually frees a list */ annot->next = page->annots; diff --git a/win32/mujstest-v8.vcproj b/win32/mujstest-v8.vcproj index db8b5ec3..1b37bb12 100644 --- a/win32/mujstest-v8.vcproj +++ b/win32/mujstest-v8.vcproj @@ -403,7 +403,7 @@ >