Changeset 23364 for trunk/ppStack/src/ppStackFinish.c
- Timestamp:
- Mar 17, 2009, 2:55:40 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackFinish.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackFinish.c
r23341 r23364 60 60 } 61 61 62 63 // Dump configuration 64 bool mdok; // Status of MD lookup 65 psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config 66 if (dump) { 67 pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PPSTACK.INPUT"); // Input file 68 pmConfigDump(config, input->fpa, dump); 69 } 70 62 71 return true; 63 72 }
Note:
See TracChangeset
for help on using the changeset viewer.
