From 2eebd8b5612fbd65d433f3c0ac0e3415aec54caa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 25 May 2023 07:22:45 +0530 Subject: [PATCH] ... --- src/calibre/utils/podofo/global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/utils/podofo/global.h b/src/calibre/utils/podofo/global.h index 87a56cb04b..b1b1e699b5 100644 --- a/src/calibre/utils/podofo/global.h +++ b/src/calibre/utils/podofo/global.h @@ -131,6 +131,7 @@ object_as_reference(const PdfObject *o) { } // Needed to avoid PoDoFo clobbering the /Info and XMP metadata with its own nonsense +// rename to NoMetadataUdate after https://github.com/podofo/podofo/commit/96689eb6e45b71eae1577ecb2d4a796c52e9a813 static const PdfSaveOptions save_options = PdfSaveOptions::NoModifyDateUpdate; class PdfReferenceHasher {