[argyllcms] Bug in dispcal

  • From: william.wood@xxxxxxx
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Sat, 9 Dec 2006 21:49:11 -0500

Graeme,

The Ultra quality (-qu) flag in dispcal doesn't work because this switch
statement references a char instead of an int:

case '2':                     /* Ultra */

Should be:

case 2:                       /* Ultra */

- Bill

Other related posts: