mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
xcf: Don't cast int to enum that can't hold that int value
This commit is contained in:
@ -125,7 +125,8 @@ typedef enum {
|
||||
PROP_PARASITES = 21,
|
||||
PROP_UNIT = 22,
|
||||
PROP_PATHS = 23,
|
||||
PROP_USER_UNIT = 24
|
||||
PROP_USER_UNIT = 24,
|
||||
MAX_SUPPORTED_PROPTYPE // should always be at the end so its value is last + 1
|
||||
} PropType;
|
||||
|
||||
// From GIMP "xcf.c" v1.2
|
||||
|
Reference in New Issue
Block a user