if ((attr = ippFindAttribute(response, "urf-supported", IPP_TAG_KEYWORD)) ==
NULL)
- if ((attr = ippFindAttribute(response, "pwg-raster-document-type-supported",
+ if ((attr = ippFindAttribute(response, "print-color-mode-supported",
IPP_TAG_KEYWORD)) == NULL)
- if ((attr = ippFindAttribute(response, "print-color-mode-supported",
+ if ((attr = ippFindAttribute(response, "pwg-raster-document-type-supported",
IPP_TAG_KEYWORD)) == NULL)
attr = ippFindAttribute(response, "output-mode-supported",
IPP_TAG_KEYWORD);