From: Michael R Sweet Date: Fri, 24 May 2019 13:27:09 +0000 (-0400) Subject: Put IDR command in its own XA/XZ section. X-Git-Tag: v2.3.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03cc81b7034e06e23585d8e7b4e817554ff357f5;p=thirdparty%2Fcups.git Put IDR command in its own XA/XZ section. --- diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c index 510cec7cd5..35d678db73 100644 --- a/filter/rastertolabel.c +++ b/filter/rastertolabel.c @@ -613,6 +613,13 @@ EndPage(ppd_file_t *ppd, /* I - PPD file */ * End the label and eject... */ + puts("^XZ"); + + /* + * Delete the label image... + */ + + puts("^XA"); puts("^IDR:CUPS.GRF^FS"); puts("^XZ");