]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Put IDR command in its own XA/XZ section.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 24 May 2019 13:25:35 +0000 (09:25 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 24 May 2019 13:25:35 +0000 (09:25 -0400)
filter/rastertolabel.c

index 73cd04be0ac87a45ba1083044e8daaa187c84014..b44f49057b89482f3756bc81f758ebeca107c594 100644 (file)
@@ -618,6 +618,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");