summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-11-27 12:23:48 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-11-27 12:23:48 -0500
commit1a3915dded85df1f6ab6c0546ecfbb403d1b1fd8 (patch)
tree26878b684fa1264b1b49961a5edfc7b3cf30643b /filter
parentd6ec252e9b71d4e399ba396a892cd46ef3b0fe5c (diff)
downloadcups-1a3915dded85df1f6ab6c0546ecfbb403d1b1fd8.tar.gz
Always send roll select command.
Diffstat (limited to 'filter')
-rw-r--r--filter/rastertolabel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/filter/rastertolabel.c b/filter/rastertolabel.c
index c576edaa0..73ac4d76e 100644
--- a/filter/rastertolabel.c
+++ b/filter/rastertolabel.c
@@ -191,9 +191,7 @@ StartPage(ppd_file_t *ppd, /* I - PPD file */
printf("\033D%c", header->cupsBytesPerLine);
printf("\033%c", header->cupsCompression + 'c'); /* Darkness */
-
- if (header->MediaPosition)
- printf("\033q%d", header->MediaPosition + 1); /* Roll Select */
+ printf("\033q%d", header->MediaPosition + 1); /* Roll Select */
break;
case ZEBRA_EPL_LINE :