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:
authorMarti Maria <marti.maria@littlecms.com>2020-10-01 19:06:34 +0300
committerMarti Maria <marti.maria@littlecms.com>2020-10-01 19:06:34 +0300
commit33848b63af5616527c8b395117d9d055954320ca (patch)
treeff77090ccfe05ff97c1ff168be907235a07d95e9 /utils/common
parentd387d03103911d20582f1d9548d89738c993c4b8 (diff)
cosmetic changes
to make codeQL happy
Diffstat (limited to 'utils/common')
-rw-r--r--utils/common/vprf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/common/vprf.c b/utils/common/vprf.c
index cba1ac4..7523f6f 100644
--- a/utils/common/vprf.c
+++ b/utils/common/vprf.c
@@ -254,7 +254,7 @@ cmsBool SaveMemoryBlock(const cmsUInt8Number* Buffer, cmsUInt32Number dwLen, con
}
if (fwrite(Buffer, 1, dwLen, out) != dwLen) {
- FatalError("Cannot write %ld bytes to %s", dwLen, Filename);
+ FatalError("Cannot write %ld bytes to %s", (long) dwLen, Filename);
return FALSE;
}