|
|
@ -26,7 +26,7 @@ char * correct_iccprofile(unsigned long iccsize, char * iccdata) { |
|
|
|
iccdata[9] = 4 << 4; |
|
|
|
iccdata[10] = 0; |
|
|
|
iccdata[11] = 0; |
|
|
|
printf("Found outdated 2.xx profile version, try to correct it\n", iccdata[8], iccdata[9], iccdata[10], iccdata[11]); |
|
|
|
printf("Found outdated 2.xx profile version, try to correct it\n"); |
|
|
|
} else if ( /* fixes outdated ICC 4.xx profile versions */ |
|
|
|
(major == 4) && /* major version */ |
|
|
|
(minor < 3) ) { |
|
|
|