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-05-20 12:20:45 +0300
committerMarti Maria <marti.maria@littlecms.com>2020-05-20 12:20:45 +0300
commit0a00fe054aed70cd4c453a2109ed14ca099ef8fb (patch)
treeecea2244f84d237329a0d8ff6d772a82e5a664c8 /testbed
parentcceb97a424e8509a57761736e09640e333bac815 (diff)
Minor fixes
Fix an historical bug, which is harmless Remove a warning in testbed
Diffstat (limited to 'testbed')
-rw-r--r--testbed/testcms2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testbed/testcms2.c b/testbed/testcms2.c
index 1790276..a3588dd 100644
--- a/testbed/testcms2.c
+++ b/testbed/testcms2.c
@@ -95,7 +95,7 @@ cmsContext DbgThread(void)
{
static cmsUInt32Number n = 1;
- return (cmsContext) (void*)(n++ % 0xff0);
+ return (cmsContext) (void*) ((cmsUInt8Number*) NULL + (n++ % 0xff0));
}
// The allocate routine