Changeset 29833 for trunk/ppImage/src/ppImageDefineFile.c
- Timestamp:
- Nov 25, 2010, 9:45:07 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageDefineFile.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/20100817 (added) merged: 28947,29486,29678-29679,29813
- Property svn:mergeinfo changed
-
trunk/ppImage/src/ppImageDefineFile.c
r26494 r29833 15 15 file = pmFPAfileDefineFromArgs(&status, config, filerule, argname); 16 16 if (!status) { 17 psError(PS_ERR_UNKNOWN, false, "failed to load file definition ");17 psError(PS_ERR_UNKNOWN, false, "failed to load file definition ARG LIST"); 18 18 return false; 19 19 } … … 23 23 file = pmFPAfileDefineFromRun(&status, NULL, config, filerule); 24 24 if (!status) { 25 psError(PS_ERR_UNKNOWN, false, "failed to load file definition ");25 psError(PS_ERR_UNKNOWN, false, "failed to load file definition RUN"); 26 26 return false; 27 27 } … … 31 31 file = pmFPAfileDefineFromConf(&status, config, filerule); 32 32 if (!status) { 33 psError(PS_ERR_UNKNOWN, false, "failed to load file definition ");33 psError(PS_ERR_UNKNOWN, false, "failed to load file definition CONFIG"); 34 34 return false; 35 35 } … … 39 39 file = pmFPAfileDefineFromDetDB(&status, config, filerule, input, detrendType); 40 40 if (!status) { 41 psError(PS_ERR_UNKNOWN, false, "failed to load file definition ");41 psError(PS_ERR_UNKNOWN, false, "failed to load file definition DETREND"); 42 42 return false; 43 43 }
Note:
See TracChangeset
for help on using the changeset viewer.
