]> granicus.if.org Git - imagemagick/commitdiff
Fixed copy paste mistake.
authorDirk Lemstra <dirk@lemstra.org>
Thu, 18 Jul 2019 20:32:01 +0000 (22:32 +0200)
committerDirk Lemstra <dirk@lemstra.org>
Thu, 18 Jul 2019 20:32:01 +0000 (22:32 +0200)
coders/ps.c

index 2d68a01d195720b4e12fd135518364d6253e7950..6a26568027e453a3c88b96828a1b1c8fbc25ca13 100644 (file)
@@ -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)