From b69086d6db4945609bf2cae01702a2cc3933f584 Mon Sep 17 00:00:00 2001 From: dirk Date: Thu, 21 Jan 2016 12:53:52 +0100 Subject: [PATCH] Fixed writing DocClass in CALS coder. --- coders/cals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0