Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tificc/tificc.c')
-rw-r--r--utils/tificc/tificc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tificc/tificc.c b/utils/tificc/tificc.c
index 3973bc3..4cf8ec8 100644
--- a/utils/tificc/tificc.c
+++ b/utils/tificc/tificc.c
@@ -684,7 +684,7 @@ void DoEmbedProfile(TIFF* Out, const char* ProfileFile)
EmbedLen = (cmsUInt32Number) fread(EmbedBuffer, 1, (size_t) size, f);
if (EmbedLen != (cmsUInt32Number) size)
- FatalError("Cannot read %ld bytes to %s", size, ProfileFile);
+ FatalError("Cannot read %ld bytes to %s", (long) size, ProfileFile);
fclose(f);
EmbedBuffer[EmbedLen] = 0;