We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f5fcc commit 6fed06aCopy full SHA for 6fed06a
1 file changed
backend/ipp.c
@@ -595,7 +595,8 @@ main(int argc, /* I - Number of command-line args */
595
{
596
num_files = 0;
597
files = NULL;
598
- send_options = !_cups_strcasecmp(final_content_type, "application/pdf") ||
+ send_options = !_cups_strcasecmp(final_content_type, "application/pclm") ||
599
+ !_cups_strcasecmp(final_content_type, "application/pdf") ||
600
!_cups_strcasecmp(final_content_type, "application/vnd.cups-pdf") ||
601
!_cups_strncasecmp(final_content_type, "image/", 6);
602
0 commit comments