X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=filter%2Frastertolabel.c;h=dbddf812fed52659d8005c9add11f65b5b244f95;hp=e9b7bcbf3f597e7ab55f76f6dad8e7b84ce4f624;hb=db1f069b7f02a8e17a9e4abf8f182530b882c6c9;hpb=76cd9e37aaf496aab887d499f4917b60e91d6d25 diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c index e9b7bcbf3..dbddf812f 100644 --- a/filter/rastertolabel.c +++ b/filter/rastertolabel.c @@ -1,5 +1,5 @@ /* - * "$Id: rastertolabel.c 6718 2007-07-25 00:02:41Z mike $" + * "$Id: rastertolabel.c 6820 2007-08-20 21:15:28Z mike $" * * Label printer filter for the Common UNIX Printing System (CUPS). * @@ -660,7 +660,8 @@ EndPage(ppd_file_t *ppd, /* I - PPD file */ * End the label and eject... */ - puts("^XZ"); + puts("^IDR:CUPS.GRF^FS"); + puts("^XZ"); /* * Free compression buffers... @@ -1299,5 +1300,5 @@ main(int argc, /* I - Number of command-line arguments */ /* - * End of "$Id: rastertolabel.c 6718 2007-07-25 00:02:41Z mike $". + * End of "$Id: rastertolabel.c 6820 2007-08-20 21:15:28Z mike $". */