Changeset 31025 for trunk/ippToPsps/src/InitBatch.c
- Timestamp:
- Mar 23, 2011, 11:42:31 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/InitBatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/InitBatch.c
r31011 r31025 18 18 if (this->base.exitCode != PS_EXIT_SUCCESS) return this->base.exitCode; 19 19 20 if (!this->base. config->populateFromFile(this->base.config, this->base.fitsOut))20 if (!this->base.fitsGenerator->populateFromFile(this->base.fitsGenerator, this->base.fitsOut)) 21 21 this->base.exitCode = PS_EXIT_CONFIG_ERROR; 22 22 else this->base.exitCode = PS_EXIT_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.
