summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lcms2mt/src/cmsxform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcms2mt/src/cmsxform.c b/lcms2mt/src/cmsxform.c
index 7440e6786..2d85434ec 100644
--- a/lcms2mt/src/cmsxform.c
+++ b/lcms2mt/src/cmsxform.c
@@ -966,7 +966,7 @@ cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Data)
if (fl == NULL) return FALSE;
// Check for full xform plug-ins previous to 2.8, we would need an adapter in that case
- if (Plugin->base.ExpectedVersion < 2080) {
+ if (Plugin->base.ExpectedVersion < 2080-2000) {
fl->OldXform = TRUE;
}