]> 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:27:09 +0000 (09:27 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 24 May 2019 13:27:09 +0000 (09:27 -0400)
filter/rastertolabel.c

index 510cec7cd5d5bdc4fa405046f8b901a5feca6ee3..35d678db730a409341d86e86a5d3069590ce8d96 100644 (file)
@@ -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");