Changeset 14808 for trunk/ppSub/src/ppSubCamera.c
- Timestamp:
- Sep 10, 2007, 2:16:52 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r14806 r14808 129 129 130 130 pmFPAfile *sources = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.SOURCES", "SOURCES"); 131 if (!s ources) {131 if (!status) { 132 132 psError(PS_ERR_IO, false, "Failed to load file definition PPSUB.SOURCES"); 133 133 return false; 134 134 } 135 if ( ref->type != PM_FPA_FILE_CMF) {135 if (sources->type != PM_FPA_FILE_CMF) { 136 136 psError(PS_ERR_IO, true, "PPSUB.SOURCES is not of type CMF"); 137 137 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
