]> granicus.if.org Git - imagemagick/commitdiff
Fixed writing DocClass in CALS coder.
authordirk <dirk@git.imagemagick.org>
Thu, 21 Jan 2016 11:53:52 +0000 (12:53 +0100)
committerdirk <dirk@git.imagemagick.org>
Thu, 21 Jan 2016 11:54:17 +0000 (12:54 +0100)
coders/cals.c

index 1ebd87e0bce202dc4b1c11b641f39c9e9af3ee14..9e15233b62c31fdd4774d2847e1c6127edc7da05 100644 (file)
@@ -475,7 +475,7 @@ static MagickBooleanType WriteCALSImage(const ImageInfo *image_info,
   count=WriteCALSRecord(image,"txtfilid: NONE");
   count=WriteCALSRecord(image,"figid: NONE");
   count=WriteCALSRecord(image,"srcgph: NONE");
-  count=WriteCALSRecord(image,"docls: NONE");
+  count=WriteCALSRecord(image,"doccls: NONE");
   count=WriteCALSRecord(image,"rtype: 1");
   orient_x=0;
   orient_y=0;