From: dirk Date: Thu, 21 Jan 2016 11:53:52 +0000 (+0100) Subject: Fixed writing DocClass in CALS coder. X-Git-Tag: 7.0.1-0~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b69086d6db4945609bf2cae01702a2cc3933f584;p=imagemagick Fixed writing DocClass in CALS coder. --- diff --git a/coders/cals.c b/coders/cals.c index 1ebd87e0b..9e15233b6 100644 --- a/coders/cals.c +++ b/coders/cals.c @@ -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;