Changeset 13594
- Timestamp:
- Jun 1, 2007, 6:26:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c
r12571 r13594 134 134 135 135 if (data->maskVal == 0) { 136 psMaskType maskVal = psMetadataLookupU8(&mdok, recipe, "MASKVAL"); // Mask value136 const char *names = psMetadataLookupStr(&mdok, recipe, "MASKVAL"); // Names for mask value 137 137 if (mdok) { 138 data->maskVal = maskVal;138 data->maskVal = pmConfigMask(names, config); 139 139 } else { 140 ps LogMsg(__func__, PS_LOG_WARN, "ITER in recipe is not of type U8--- retaining default.\n");140 psWarning("MASKVAL in recipe is not of type STR --- retaining default.\n"); 141 141 } 142 142 }
Note:
See TracChangeset
for help on using the changeset viewer.
