poppler/GfxState.cc | 1 + utils/parseargs.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit d608992bd824bab766af038107e733ff47b0a8a0 Author: Philipp Knechtges <[email protected]> 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 <[email protected]> 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 _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
