- Timestamp:
- Aug 20, 2009, 12:51:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup/ppImage/src/ppImageBurntoolMask.c
r25155 r25159 29 29 psImage *image = mask->mask; 30 30 31 psImageMaskType maskValue = psMetadataLookupS32(&status,config ,"PPIMAGE.BURNTOOL_MASK");31 psImageMaskType maskValue = psMetadataLookupS32(&status,config->files,"PPIMAGE.BURNTOOL_MASK"); 32 32 33 33 for (row = 0; row < Nrows; row++) { … … 48 48 } 49 49 else { 50 for (int j = psMetadataLookupS32(&status,rowMD,"y1m") j < image->numRows ; j++) {50 for (int j = psMetadataLookupS32(&status,rowMD,"y1m"); j < image->numRows ; j++) { 51 51 image->data.PS_TYPE_IMAGE_MASK_DATA[j][i] |= maskValue; 52 52 }
Note:
See TracChangeset
for help on using the changeset viewer.
