OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
1k stars 178 forks source link

fixed unreachable if-clause #824

Closed afaul closed 9 months ago

afaul commented 9 months ago

I think in the old version needed the string 'color_model->defchoice' needed to be "RGB" and "CMYK" at the same time to enter the if-clause.

michaelrsweet commented 9 months ago

No, the if here matches if the default color model is not RGB or CMYK.