Skip to content

Commit 6fed06a

Browse files
committed
Send options for PCLm content as well (Issue #1551)
1 parent b1f5fcc commit 6fed06a

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
@@ -595,7 +595,8 @@ main(int argc, /* I - Number of command-line args */
595595
{
596596
num_files = 0;
597597
files = NULL;
598-
send_options = !_cups_strcasecmp(final_content_type, "application/pdf") ||
598+
send_options = !_cups_strcasecmp(final_content_type, "application/pclm") ||
599+
!_cups_strcasecmp(final_content_type, "application/pdf") ||
599600
!_cups_strcasecmp(final_content_type, "application/vnd.cups-pdf") ||
600601
!_cups_strncasecmp(final_content_type, "image/", 6);
601602

0 commit comments

Comments
 (0)