Skip to content

Commit 2f98853

Browse files
committed
Send options for PCLm content as well (Issue #1551)
1 parent 35906ea commit 2f98853

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend/ipp.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,8 @@ main(int argc, /* I - Number of command-line args */
612612
{
613613
num_files = 0;
614614
files = NULL;
615-
send_options = !_cups_strcasecmp(final_content_type, "application/pdf") ||
615+
send_options = !_cups_strcasecmp(final_content_type, "application/pclm") ||
616+
!_cups_strcasecmp(final_content_type, "application/pdf") ||
616617
!_cups_strcasecmp(final_content_type, "application/vnd.cups-pdf") ||
617618
!_cups_strncasecmp(final_content_type, "image/", 6);
618619

0 commit comments

Comments
 (0)