[poppler] 2 commits - poppler/GfxState.cc utils/parseargs.cc

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 2 22:28:53 UTC 2020


 poppler/GfxState.cc |    1 +
 utils/parseargs.cc  |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d608992bd824bab766af038107e733ff47b0a8a0
Author: Philipp Knechtges <philipp-dev at knechtges.com>
Date:   Wed Dec 2 01:04:25 2020 +0100

    fix comment in parseargs.cc

diff --git a/utils/parseargs.cc b/utils/parseargs.cc
index 89e9453f..9074733e 100644
--- a/utils/parseargs.cc
+++ b/utils/parseargs.cc
@@ -1,5 +1,5 @@
 /*
- * parseargs.h
+ * parseargs.cc
  *
  * Command line argument parser.
  *
commit 113a1f4cd1cdad64901bcd48485a459cd0ded3c6
Author: Philipp Knechtges <philipp-dev at knechtges.com>
Date:   Wed Sep 30 18:05:56 2020 +0200

    bugfix: add missing profile copy operation in GfxICCBasedColorSpace::copy()

diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc
index 85c4a2b6..6b2644d7 100644
--- a/poppler/GfxState.cc
+++ b/poppler/GfxState.cc
@@ -1621,6 +1621,7 @@ GfxColorSpace *GfxICCBasedColorSpace::copy() const
         cs->rangeMax[i] = rangeMax[i];
     }
 #ifdef USE_CMS
+    cs->profile = profile;
     cs->transform = transform;
     cs->lineTransform = lineTransform;
 #endif


More information about the poppler mailing list