From 0e697944e377831c6791481bb747bda8ed778cee Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Thu, 18 Jul 2019 22:32:01 +0200 Subject: [PATCH] Fixed copy paste mistake. --- coders/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/ps.c b/coders/ps.c index 2d68a01d1..6a2656802 100644 --- a/coders/ps.c +++ b/coders/ps.c @@ -426,7 +426,7 @@ static void ReadPSInfo(const ImageInfo *image_info,Image *image, *q++=(unsigned char) c; extent-=2; } - SetStringInfoLength(ps_info->icc_profile,length); + SetStringInfoLength(ps_info->photoshop_profile,length); continue; } if (image_info->page != (char *) NULL) -- 2.40.0