Changeset 19040 for trunk/psModules/src/config/pmConfigMask.c
- Timestamp:
- Aug 12, 2008, 4:04:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigMask.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigMask.c
r18961 r19040 110 110 111 111 psMetadataItem *item = psMetadataLookup(recipe, name); // Item in recipe with current value 112 if (item ->type != PS_TYPE_MASK) {112 if (item && item->type != PS_TYPE_MASK) { 113 113 psWarning("Mask recipe entry is not of a mask type (%x)", item->type); 114 114 item->type = PS_TYPE_MASK;
Note:
See TracChangeset
for help on using the changeset viewer.
