File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3331,12 +3331,12 @@ parse_generate_file(
33313331 }
33323332 else if ((attr = ippFindAttribute (response , "urf-supported" , IPP_TAG_KEYWORD )) != NULL )
33333333 {
3334- if (ippContainsString (attr , "DM1 " ))
3334+ if (ippContainsString (attr , "DM2 " ))
33353335 cupsCopyString (params -> sheet_back , "flip" , sizeof (params -> sheet_back ));
3336- else if (ippContainsString (attr , "DM2" ))
3337- cupsCopyString (params -> sheet_back , "manual-tumble" , sizeof (params -> sheet_back ));
33383336 else if (ippContainsString (attr , "DM3" ))
33393337 cupsCopyString (params -> sheet_back , "rotated" , sizeof (params -> sheet_back ));
3338+ else if (ippContainsString (attr , "DM4" ))
3339+ cupsCopyString (params -> sheet_back , "manual-tumble" , sizeof (params -> sheet_back ));
33403340 else
33413341 cupsCopyString (params -> sheet_back , "normal" , sizeof (params -> sheet_back ));
33423342 }
You can’t perform that action at this time.
0 commit comments