summaryrefslogtreecommitdiff
path: root/src/lcms2_internal.h
diff options
context:
space:
mode:
authorMarti <marti.maria@tktbrainpower.com>2016-04-01 10:43:43 +0200
committerMarti <marti.maria@tktbrainpower.com>2016-04-01 10:43:43 +0200
commit6aab195cb71551c0308b27d8dd4f81427fc6a026 (patch)
tree0fe00e41efc8b6c412cb4658d22d079c2250c82f /src/lcms2_internal.h
parent54b50ba248a5e4f1b8e69909580e5cbba05c3b19 (diff)
downloadlcms2-6aab195cb71551c0308b27d8dd4f81427fc6a026.tar.gz
Fixed some glitches from FORTIFY report
Diffstat (limited to 'src/lcms2_internal.h')
-rw-r--r--src/lcms2_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lcms2_internal.h b/src/lcms2_internal.h
index 52b67d7..e121903 100644
--- a/src/lcms2_internal.h
+++ b/src/lcms2_internal.h
@@ -670,8 +670,8 @@ struct _cms_MLU_struct {
cmsContext ContextID;
// The directory
- int AllocatedEntries;
- int UsedEntries;
+ cmsUInt32Number AllocatedEntries;
+ cmsUInt32Number UsedEntries;
_cmsMLUentry* Entries; // Array of pointers to strings allocated in MemPool
// The Pool