From 454a65452bba3b1921211fe764c1189ff96522ba Mon Sep 17 00:00:00 2001 From: Andreas Romeyke Date: Thu, 21 Feb 2019 17:27:42 +0100 Subject: [PATCH] - fix copy'n'paste error --- src/cleanup_icc_header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cleanup_icc_header.c b/src/cleanup_icc_header.c index 4bee844..2bcdc58 100644 --- a/src/cleanup_icc_header.c +++ b/src/cleanup_icc_header.c @@ -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) ) {