From: Dirk Lemstra Date: Thu, 18 Jul 2019 20:32:01 +0000 (+0200) Subject: Fixed copy paste mistake. X-Git-Tag: 7.0.8-55~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e697944e377831c6791481bb747bda8ed778cee;p=imagemagick Fixed copy paste mistake. --- 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)