Changeset 17488
- Timestamp:
- Apr 28, 2008, 11:12:39 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r16951 r17488 22 22 // if MASK or WEIGHT was supplied on command line, bind files to 'input' 23 23 // the mask and weight will be mosaicked with the image 24 pmFPAfile *inputMask = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.MASK", " INPUT.MASK");24 pmFPAfile *inputMask = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.MASK", "PPIMAGE.INPUT.MASK"); 25 25 if (!status) { 26 26 psError (PS_ERR_UNKNOWN, false, "failed to load find definition"); … … 32 32 } 33 33 34 pmFPAfile *inputWeight = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.WEIGHT", " INPUT.WEIGHT");34 pmFPAfile *inputWeight = pmFPAfileBindFromArgs(&status, input, config, "PPIMAGE.INPUT.WEIGHT", "PPIMAGE.INPUT.WEIGHT"); 35 35 if (!status) { 36 36 psError (PS_ERR_UNKNOWN, false, "failed to load find definition");
Note:
See TracChangeset
for help on using the changeset viewer.
