Changeset 11377 for trunk/psModules/src/concepts/pmConceptsPhotcode.c
- Timestamp:
- Jan 29, 2007, 12:26:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsPhotcode.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsPhotcode.c
r11144 r11377 22 22 // select recipe options supplied on command line 23 23 bool mdok; // Status of MD lookup 24 psMetadata *recipe = psMetadataLookupPtr(&mdok, config->recipes, "P HASE2");24 psMetadata *recipe = psMetadataLookupPtr(&mdok, config->recipes, "PPIMAGE"); 25 25 if (!mdok || !recipe) { 26 psError(PS_ERR_IO, true, "Recipe P HASE2not found\n");26 psError(PS_ERR_IO, true, "Recipe PPIMAGE not found\n"); 27 27 return NULL; 28 28 } … … 31 31 char *rule = psMetadataLookupStr(&mdok, recipe, "PHOTCODE.RULE"); 32 32 if (!mdok || !rule || strlen(rule) == 0) { 33 psError(PS_ERR_IO, true, "PHOTCODE.RULE not found in P HASE2recipe\n");33 psError(PS_ERR_IO, true, "PHOTCODE.RULE not found in PPIMAGE recipe\n"); 34 34 return NULL; 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
