We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35906ea commit 2f98853Copy full SHA for 2f98853
1 file changed
backend/ipp.c
@@ -612,7 +612,8 @@ main(int argc, /* I - Number of command-line args */
612
{
613
num_files = 0;
614
files = NULL;
615
- send_options = !_cups_strcasecmp(final_content_type, "application/pdf") ||
+ send_options = !_cups_strcasecmp(final_content_type, "application/pclm") ||
616
+ !_cups_strcasecmp(final_content_type, "application/pdf") ||
617
!_cups_strcasecmp(final_content_type, "application/vnd.cups-pdf") ||
618
!_cups_strncasecmp(final_content_type, "image/", 6);
619
0 commit comments